Only define NULL when not defined yet
This commit is contained in:
parent
6debaf0e5c
commit
4991f0027a
|
@ -5,7 +5,9 @@
|
|||
#ifndef _STRING_H
|
||||
#define _STRING_H
|
||||
|
||||
#ifndef NULL
|
||||
#define NULL ((void *)0)
|
||||
#endif
|
||||
|
||||
#ifndef _SIZE_T
|
||||
#define _SIZE_T
|
||||
|
|
Loading…
Reference in a new issue