Fixed test

Don't define NULL yourself. QED
This commit is contained in:
polluks2 2023-05-19 02:49:49 +02:00 committed by GitHub
parent 767875b5a7
commit 8ff008722b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 1 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;