mirror of
https://github.com/zeldaret/st
synced 2026-05-23 06:54:21 -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
|