mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-06-19 07:02:22 -05:00
See lib/include/cstdlib for the difficulty of matching this (tl;dr, need to include abs prototype in a file called or included by cstdlib)
7 lines
67 B
C
7 lines
67 B
C
#ifndef MSL_CSTDLIB_H
|
|
#define MSL_CSTDLIB_H
|
|
|
|
int abs(int);
|
|
|
|
#endif
|