1
0
mirror of https://github.com/cc65/cc65.git synced 2024-06-01 13:41:34 +00:00

Update string.h

This commit is contained in:
polluks2 2023-05-14 17:28:48 +02:00 committed by GitHub
parent fd74e6b005
commit c55459b287
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -37,9 +37,8 @@
#define _STRING_H #define _STRING_H
/* NULL pointer */ /* NULL pointer */
#ifndef _HAVE_NULL #ifndef NULL
#define NULL 0 #define NULL ((void *) 0)
#define _HAVE_NULL
#endif #endif
/* size_t is needed */ /* size_t is needed */