9 lines
106 B
C
9 lines
106 B
C
#ifndef GCC_COMPAT_STDLIB_H
|
|
#define GCC_COMPAT_STDLIB_H
|
|
|
|
#include <stddef.h>
|
|
|
|
int abs(int value);
|
|
|
|
#endif
|