LifeV
strings.h
Go to the documentation of this file.
1 // On windows stricmp and strnicmp
2 // are strcasecmp and strncasecmp, and are
3 // include in other header files
4 #define strcasecmp stricmp
5 #define strncasecmp strnicmp