Files
2025-01-18 09:44:01 +01:00

8 lines
84 B
C

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