mirror of
https://github.com/ksherlock/mpw.git
synced 2024-11-22 00:32:44 +00:00
9 lines
176 B
C
9 lines
176 B
C
#ifndef __winclude_strings_h__
|
|
#define __winclude_strings_h__
|
|
|
|
#include <string.h>
|
|
|
|
//int strcasecmp(const char *s1, const char *s2);
|
|
#define strcasecmp stricmp
|
|
|
|
#endif |