pokeheartgold/lib/include/stdlib.h
2024-01-01 08:09:21 -05:00

7 lines
81 B
C

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