SameBoy | Accurate GB/GBC emulator |
| download: https://git.y1.nz/archives/sameboy.tar.gz | |
| README | Files | Log | Refs | LICENSE |
Windows/string.h
1 #pragma once
2 #include_next <string.h>
3 #define strdup _strdup
4 #define strcasecmp _stricmp
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.