Remove all implicit definitions of compiler provided functions.

<strings.h> cause strncasecmp to be define.
This commit is contained in:
stag019
2013-12-23 14:40:53 -05:00
parent c65d58c589
commit 7d176245d8
3 changed files with 5 additions and 0 deletions

View File

@@ -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"