mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:38:11 +00:00
LibC: Move realpath() to <stdlib.h>
This commit is contained in:
parent
fbcab844de
commit
196b64c0ae
4 changed files with 102 additions and 102 deletions
|
@ -48,6 +48,7 @@ size_t mbstowcs(wchar_t*, const char*, size_t);
|
|||
size_t mbtowc(wchar_t*, const char*, size_t);
|
||||
int wctomb(char*, wchar_t);
|
||||
size_t wcstombs(char*, const wchar_t*, size_t);
|
||||
char* realpath(const char* pathname, char* buffer);
|
||||
|
||||
#define RAND_MAX 32767
|
||||
int rand();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue