Ignore:
Timestamp:
Oct 25, 2011, 7:04:01 PM (14 years ago)
Author:
dmik
Message:

Define ras_snprintf() which differs from GNU LIBC snprintf().

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/gcc-kmk/include/_ras.h

    r21717 r21739  
    189189
    190190/* RAS replacement for C runtime sprintf function */
     191#ifdef __GNUC__
     192int WIN32API ras_snprintf (
     193#else
    191194int WIN32API snprintf (
     195#endif
    192196                  char *buf,                       /* memory buffer for formatted string */
    193197                  int n,                           /* length of memeory buffer */
Note: See TracChangeset for help on using the changeset viewer.