Files
2026-08-07 19:04:38 +08:00

9 lines
106 B
C

#ifndef GCC_COMPAT_STDLIB_H
#define GCC_COMPAT_STDLIB_H
#include <stddef.h>
int abs(int value);
#endif