Changeset 62 for pjproject/trunk/pjlib/include/pj/compat/string.h
- Timestamp:
- Nov 20, 2005 7:55:42 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
pjproject/trunk/pjlib/include/pj/compat/string.h
r51 r62 45 45 46 46 #define pj_native_strcmp strcmp 47 #define pj_native_strncmp strncmp 47 48 #define pj_native_strlen strlen 48 49 #define pj_native_strcpy strcpy … … 50 51 #define pj_native_strchr strchr 51 52 #define pj_native_strcasecmp strcasecmp 53 #define pj_native_stricmp strcasecmp 52 54 #define pj_native_strncasecmp strncasecmp 53 55 #define pj_native_strnicmp strncasecmp 54 56 55 57 #endif /* __PJ_COMPAT_STRING_H__ */
Note: See TracChangeset
for help on using the changeset viewer.