pokeplatinum/lib/msl/include/MSL_C/null.h
2023-01-13 17:29:39 +01:00

4 lines
40 B
C

#ifndef NULL
#define NULL 0L
#endif