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,10 +1,12 @@
%{
#define _XOPEN_SOURCE 500
#include <ctype.h>
#include <errno.h>
#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include "asm/symbol.h"
#include "asm/asm.h"