REDRIVER2/src_rebuild/EMULATOR/ABS.C

8 lines
74 B
C++
Raw Normal View History

2020-03-31 18:55:57 +02:00
#include "ABS.H"
/*int abs(int input)
{
UNIMPLEMENTED();
return 0;
}*/