Only define NULL when not defined yet

This commit is contained in:
ceriel 1991-10-15 09:25:44 +00:00
parent 6debaf0e5c
commit 4991f0027a

View file

@ -5,7 +5,9 @@
#ifndef _STRING_H
#define _STRING_H
#ifndef NULL
#define NULL ((void *)0)
#endif
#ifndef _SIZE_T
#define _SIZE_T