mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 07:10:52 -04:00
8 lines
84 B
C
8 lines
84 B
C
#ifndef _C_STRLIB_H
|
|
#define _C_STRLIB_H
|
|
|
|
int abs(int n);
|
|
long labs(long n);
|
|
|
|
#endif
|