alias nil to NULL

This commit is contained in:
kamkow1
2025-06-02 12:39:50 +02:00
parent 5724c8ffa8
commit 579c2f34d9

2
gebs.h
View File

@ -100,7 +100,7 @@ int main(int argc, char ** argv)
// Types
// ----------------------------------------------------------------------------
#define nil ((void *)0)
#define nil NULL
typedef unsigned char uchar;
typedef unsigned short ushort;