mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-27 04:37:22 +00:00
LibC: Implement mkdtemp library function
This commit is contained in:
parent
161cb89e87
commit
2d24b12a34
Notes:
sideshowbarker
2024-07-19 12:06:59 +09:00
Author: https://github.com/mauri870
Commit: 2d24b12a34
Pull-request: https://github.com/SerenityOS/serenity/pull/559
2 changed files with 32 additions and 2 deletions
|
@ -38,6 +38,7 @@ long labs(long);
|
|||
double atof(const char*);
|
||||
int system(const char* command);
|
||||
char* mktemp(char*);
|
||||
char* mkdtemp(char*);
|
||||
void* bsearch(const void* key, const void* base, size_t nmemb, size_t size, int (*compar)(const void*, const void*));
|
||||
|
||||
#define RAND_MAX 32767
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue