Files
st/libs/c/include/stdlib.h
T
2025-02-13 23:19:43 +01:00

7 lines
65 B
C

#ifndef _C_STRLIB_H
#define _C_STRLIB_H
int abs(int n);
#endif