#ifndef _MSL_COMMON_EXTRAS_H #define _MSL_COMMON_EXTRAS_H #ifdef __cplusplus extern "C" { #endif int strnicmp(const char* str1, const char* str2, int n); int stricmp(const char* str1, const char* str2); #ifdef __cplusplus } #endif #endif /* _MSL_COMMON_EXTRAS_H */