mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-19 07:02:22 -05:00
- 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
9 lines
97 B
C
9 lines
97 B
C
#ifndef MSL_NULL_H
|
|
#define MSL_NULL_H
|
|
|
|
#ifndef NULL
|
|
#define NULL 0L
|
|
#endif
|
|
|
|
#endif // MSL_NULL_H
|