SameBoy/Windows/string.h

5 lines
89 B
C
Raw Normal View History

2017-05-24 21:44:43 +03:00
#pragma once
#include_next <string.h>
2022-05-21 18:18:34 +03:00
#define strdup _strdup
#define strcasecmp _stricmp