pokeplatinum/lib/include/null.h
luckytyphlosion 39176124af Match some troublesome files.
- strlen and strspn had wrong prototype (returned unsigned int instead of size_t)
- define NULL as 0L
- ov14_0221FC20.c required splitting up Unk_ov14_022248A4
2023-01-06 13:14:03 -05:00

9 lines
97 B
C

#ifndef MSL_NULL_H
#define MSL_NULL_H
#ifndef NULL
#define NULL 0L
#endif
#endif // MSL_NULL_H