lib: mkdtemp(), contributed by by Gautam Tirumala

This commit is contained in:
Ben Gras
2010-07-14 22:45:28 +00:00
parent 2639ae9b17
commit 8a0c10fcb9
2 changed files with 19 additions and 6 deletions

View File

@@ -101,6 +101,7 @@ extern char *optarg;
extern int optind, opterr, optopt;
_PROTOTYPE(size_t shquote, (const char *arg, char *buf, size_t bufsize));
_PROTOTYPE(char *mkdtemp, (char *path));
#endif /* _MINIX */