mirror of
https://github.com/pret/pokediamond.git
synced 2026-03-21 17:54:29 -05:00
9 lines
215 B
C
9 lines
215 B
C
#ifndef POKEDIAMOND_MSL_C_STDLIB_H
|
|
#define POKEDIAMOND_MSL_C_STDLIB_H
|
|
|
|
// this file MUST be called stdlib.h, as the filename affects matching for some reason
|
|
|
|
int abs(int val);
|
|
|
|
#endif // POKEDIAMOND_MSL_C_STDLIB_H
|