mirror of
https://github.com/zeldaret/ph
synced 2026-08-22 22:35:53 -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
|