python-2.7.6/include/pystrcmp.h Source File
Go to the documentation of this file.
9 PyAPI_FUNC(
int) PyOS_mystricmp(const
char *, const
char *);
11 #if defined(MS_WINDOWS) || defined(PYOS_OS2)
12 #define PyOS_strnicmp strnicmp
13 #define PyOS_stricmp stricmp
15 #define PyOS_strnicmp PyOS_mystrnicmp
16 #define PyOS_stricmp PyOS_mystricmp
PyAPI_FUNC(int) PyOS_mystrnicmp(const char *