mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Remove all implicit definitions of compiler provided functions.
<strings.h> cause strncasecmp to be define.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
#define _XOPEN_SOURCE 500
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "asm/asm.h"
|
||||
|
||||
Reference in New Issue
Block a user