pokeheartgold/lib/include/stdlib.h
2024-01-15 06:12:29 -05:00

7 lines
83 B
C

#ifndef _MSL_STDLIB_H
#define _MSL_STDLIB_H
int abs(int);
#endif //_MSL_STDLIB_H