Ignore:
Timestamp:
Nov 20, 2005 7:55:42 PM (18 years ago)
Author:
bennylp
Message:

Added hex character conversion utility in ctype

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/compat/string.h

    r51 r62  
    4545 
    4646#define pj_native_strcmp        strcmp 
     47#define pj_native_strncmp       strncmp 
    4748#define pj_native_strlen        strlen 
    4849#define pj_native_strcpy        strcpy 
     
    5051#define pj_native_strchr        strchr 
    5152#define pj_native_strcasecmp    strcasecmp 
     53#define pj_native_stricmp       strcasecmp 
    5254#define pj_native_strncasecmp   strncasecmp 
    53  
     55#define pj_native_strnicmp      strncasecmp 
    5456 
    5557#endif  /* __PJ_COMPAT_STRING_H__ */ 
Note: See TracChangeset for help on using the changeset viewer.