mirror of
https://github.com/cc65/cc65.git
synced 2025-01-21 15:32:41 +00:00
Update stdlib.h
This commit is contained in:
parent
5d9306fed3
commit
6579df4e91
@ -45,9 +45,8 @@ typedef unsigned size_t;
|
||||
#endif
|
||||
|
||||
/* NULL pointer */
|
||||
#ifndef _HAVE_NULL
|
||||
#define NULL ((void *) 0)
|
||||
#define _HAVE_NULL
|
||||
#ifndef NULL
|
||||
#define NULL ((void *) 0)
|
||||
#endif
|
||||
|
||||
/* Standard exit codes */
|
||||
|
Loading…
x
Reference in New Issue
Block a user