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
Copyright 2014 Google Inc. All rights reserved.