openMSX
utils
stringsp.hh
Go to the documentation of this file.
1
#ifndef STRINGSP_HH
2
#define STRINGSP_HH
3
4
#ifndef _MSC_VER
5
#include <strings.h>
6
#else
7
8
#include <string.h>
9
#define strncasecmp _strnicmp
10
11
#endif
12
13
#endif
Generated on Sat Dec 7 2024 13:14:02 for openMSX by
1.9.8