Loading [MathJax]/extensions/MathZoom.js
Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Modules Pages
extras.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_EXTRAS_H
2#define _MSL_COMMON_EXTRAS_H
3
4#ifdef __cplusplus
5extern "C" {
6#endif
7
8int strnicmp(const char* str1, const char* str2, int n);
9int stricmp(const char* str1, const char* str2);
10
11#ifdef __cplusplus
12}
13#endif
14
15#endif /* _MSL_COMMON_EXTRAS_H */
n
Definition e_fmod.c:112
int strnicmp(const char *str1, const char *str2, int n)
Definition extras.c:25
int stricmp(const char *str1, const char *str2)
Definition extras.c:5