mirror of
https://github.com/cc65/cc65.git
synced 2025-02-02 15:37:58 +00:00
Update stdio.h
This commit is contained in:
parent
680ddaf37d
commit
fd74e6b005
@ -38,9 +38,8 @@
|
||||
|
||||
|
||||
/* NULL pointer */
|
||||
#ifndef _HAVE_NULL
|
||||
#define NULL 0
|
||||
#define _HAVE_NULL
|
||||
#ifndef NULL
|
||||
#define NULL ((void *) 0)
|
||||
#endif
|
||||
|
||||
/* size_t is needed */
|
||||
|
Loading…
x
Reference in New Issue
Block a user