mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-08 15:40:28 -04:00
Merge branch 'main' of https://github.com/ondra-novak/gates_of_skeldal
into main
This commit is contained in:
parent
73b949fb2e
commit
f67cfbcd24
11 changed files with 178 additions and 30 deletions
|
@ -70,6 +70,7 @@ FILE *fopen_icase(const char *pathname, const char *mode);
|
|||
const char *file_icase_find(const char *pathname);
|
||||
|
||||
int stricmp(const char *a, const char *b);
|
||||
int imatch(const char *haystack, const char *needle);
|
||||
#define MIN(a, b) ((a)<(b)?(a):(b))
|
||||
#define MAX(a, b) ((a)>(b)?(a):(b))
|
||||
void strupr(char *c);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue