pokeplatinum/lib/include/cstdlib.h
luckytyphlosion 93adc759fb Match ov17_0224A0FC.c
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)
2023-01-06 16:31:42 -05:00

7 lines
67 B
C

#ifndef MSL_CSTDLIB_H
#define MSL_CSTDLIB_H
int abs(int);
#endif