mirror of
https://github.com/encounter/ph.git
synced 2026-03-30 11:34:37 -07: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
|