pmd-sky/include/main_0208655C.h
AnonymousRandomPerson dfef6a94b7 Decomped abs
2025-03-25 23:39:37 -04:00

8 lines
159 B
C

#ifndef PMDSKY_MAIN_0208655C_H
#define PMDSKY_MAIN_0208655C_H
// Takes the absolute value of an integer.
s32 abs(s32 value);
#endif //PMDSKY_MAIN_0208655C_H