1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-09 22:29:35 +00:00

Update stdlib.h

This commit is contained in:
polluks2 2023-05-14 02:43:35 +02:00 committed by GitHub
parent 5d9306fed3
commit 6579df4e91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,9 +45,8 @@ typedef unsigned size_t;
#endif
/* NULL pointer */
#ifndef _HAVE_NULL
#ifndef NULL
#define NULL ((void *) 0)
#define _HAVE_NULL
#endif
/* Standard exit codes */