Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
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 */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
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