mpw/winclude/strings.h
Kelvin Sherlock 025286a66e WIP
2017-07-04 16:03:25 -04:00

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