Add mkstemp to stdlib.h
q
This commit is contained in:
parent
662fd71e11
commit
e0720a48b0
2 changed files with 29 additions and 0 deletions
|
@ -49,6 +49,10 @@ extern int wctomb(char *, wchar_t);
|
|||
extern size_t mbstowcs(wchar_t *, const char *, size_t);
|
||||
extern size_t wcstombs(char *, const wchar_t *, size_t);
|
||||
|
||||
#ifdef _POSIX_C_SOURCE
|
||||
extern int mkstemp(char *template);
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue