mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 04:47:34 +00:00
LibC: Implement mkdtemp library function
This commit is contained in:
parent
161cb89e87
commit
2d24b12a34
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