REDRIVER2/src_rebuild/EMULATOR/ABS.C
2020-03-31 22:56:49 +06:00

8 lines
74 B
C

#include "ABS.H"
/*int abs(int input)
{
UNIMPLEMENTED();
return 0;
}*/