summaryrefslogtreecommitdiff
path: root/src/PowerPC_EABI_Support/MSL/MSL_C/MSL_Common/Include/extras.h
blob: 4d8e8b62ecf1a5bc35480c655654d1f1803f0278 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#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 */