3 lines
50 B
C
3 lines
50 B
C
#ifndef NULL
|
|
#define NULL ((void*)0)
|
|
#endif
|
#ifndef NULL
|
|
#define NULL ((void*)0)
|
|
#endif
|