Merge "Add mkdtemp() prototype to stdlib.h."
This commit is contained in:
commit
9962cef7c6
1 changed files with 1 additions and 0 deletions
|
@ -57,6 +57,7 @@ extern int setenv(const char *, const char *, int);
|
|||
extern int unsetenv(const char *);
|
||||
extern int clearenv(void);
|
||||
|
||||
extern char *mkdtemp(char *);
|
||||
extern char *mktemp (char *);
|
||||
extern int mkstemp (char *);
|
||||
|
||||
|
|
Loading…
Reference in a new issue