mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-11 05:14:21 -05:00
7 lines
83 B
C
7 lines
83 B
C
#ifndef _MSL_STDLIB_H
|
|
#define _MSL_STDLIB_H
|
|
|
|
int abs(int);
|
|
|
|
#endif //_MSL_STDLIB_H
|