6 lines
69 B
C
6 lines
69 B
C
#ifndef _STDLIB_H
|
|
#define _STDLIB_H
|
|
|
|
#define abs(x) __abs(x)
|
|
|
|
#endif
|