Only define NULL when not defined yet

This commit is contained in:
ceriel 1991-10-15 09:25:44 +00:00
parent cbe82179fb
commit 77fd6f2b37

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