pokediamond/arm9/lib/MSL_C/include/stdlib.h
red031000 c0b3eb07bd
rename arith.h to stdlib.h
because apparently that affects codegen
2025-02-23 00:05:01 +00:00

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