mirror of
https://github.com/pret/pokeheartgold.git
synced 2026-05-23 12:46:23 -05:00
7 lines
81 B
C
7 lines
81 B
C
#ifndef _MSL_STDLIB_H
|
|
#define _MSL_STDLIB_H
|
|
|
|
int abs(int);
|
|
|
|
#endif _MSL_STDLIB_H
|