Files
ph/libs/c/include/stdlib.h
T
2024-05-19 12:58:22 +02:00

7 lines
65 B
C

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