mirror of
https://github.com/zeldaret/ph
synced 2026-05-24 15:20:55 -04:00
7 lines
65 B
C
7 lines
65 B
C
#ifndef _C_STRLIB_H
|
|
#define _C_STRLIB_H
|
|
|
|
int abs(int n);
|
|
|
|
#endif
|