You've already forked marioparty5
mirror of
https://github.com/encounter/marioparty5.git
synced 2026-03-30 11:29:39 -07:00
7 lines
69 B
C
7 lines
69 B
C
#ifndef _STDLIB_H
|
|
#define _STDLIB_H
|
|
|
|
#define abs(x) __abs(x)
|
|
|
|
#endif
|