Changeset 1235 for pjproject/trunk/pjlib/include/pj/compat/string.h
- Timestamp:
- Apr 30, 2007 9:03:32 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/string.h
r974 r1235 73 73 #define pj_ansi_strnicmp strncasecmp 74 74 #define pj_ansi_sprintf sprintf 75 76 #if defined(PJ_HAS_NO_SNPRINTF) && PJ_HAS_NO_SNPRINTF != 0 77 # include <pj/types.h> 78 # include <pj/compat/stdarg.h> 79 PJ_BEGIN_DECL 80 PJ_DECL(int) snprintf(char*s1, pj_size_t len, const char*s2, ...); 81 PJ_DECL(int) vsnprintf(char*s1, pj_size_t len, const char*s2, va_list arg); 82 PJ_END_DECL 83 #endif 84 75 85 #define pj_ansi_snprintf snprintf 76 86 #define pj_ansi_vsprintf vsprintf
Note: See TracChangeset
for help on using the changeset viewer.