mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 00:17:46 +00:00
Implemented llabs() in stdlib.h/cpp.
This commit is contained in:
parent
4ce17721e3
commit
18a641f3f8
2 changed files with 6 additions and 0 deletions
|
@ -49,6 +49,7 @@ char* ptsname(int fd);
|
|||
int ptsname_r(int fd, char* buffer, size_t);
|
||||
int abs(int);
|
||||
long labs(long);
|
||||
long long int llabs(long long int);
|
||||
double atof(const char*);
|
||||
int system(const char* command);
|
||||
char* mktemp(char*);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue