Update stdlib.h
This commit is contained in:
@@ -45,9 +45,8 @@ typedef unsigned size_t;
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* NULL pointer */
|
/* NULL pointer */
|
||||||
#ifndef _HAVE_NULL
|
#ifndef NULL
|
||||||
#define NULL ((void *) 0)
|
#define NULL ((void *) 0)
|
||||||
#define _HAVE_NULL
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Standard exit codes */
|
/* Standard exit codes */
|
||||||
|
|||||||
Reference in New Issue
Block a user