mirror of
https://github.com/pret/pokediamond.git
synced 2026-08-07 19:24:15 -05:00
9 lines
128 B
C
9 lines
128 B
C
#ifndef MSL_COMMON_ARITH_H
|
|
#define MSL_COMMON_ARITH_H
|
|
|
|
#include "nitro/types.h"
|
|
|
|
s32 abs(s32 val);
|
|
|
|
#endif //MSL_COMMON_ARITH_H
|