SameBoy/Windows/string.h

5 lines
89 B
C
Raw Permalink Normal View History

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