Merge pull request #2113 from polluks2/patch-9

Unified NULL #2110
This commit is contained in:
Bob Andrews
2023-05-19 16:06:46 +02:00
committed by GitHub
8 changed files with 20 additions and 28 deletions

View File

@@ -22,7 +22,6 @@ long long0 = 0;
long long1 = 0;
unsigned long ulong0 = 0;
unsigned long ulong1 = 0;
#define NULL 0
char *cP0=NULL;
char *cP1=NULL;
int *iP0=NULL;