mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 05:37:43 +00:00
LibC: Implemented mkstemp in stdlib
Implemented mkstemp method in stdlib.
This commit is contained in:
parent
48b1c82d53
commit
bda36853c9
2 changed files with 12 additions and 0 deletions
|
@ -41,6 +41,7 @@ long labs(long);
|
|||
double atof(const char*);
|
||||
int system(const char* command);
|
||||
char* mktemp(char*);
|
||||
int mkstemp(char*);
|
||||
char* mkdtemp(char*);
|
||||
void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, int (*compar)(const void*, const void*));
|
||||
size_t mbstowcs(wchar_t*, const char*, size_t);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue