libc: Implement tmpfile() function

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: I00bdb42006b40bf1b9bc0bb6865b9b88b4acbb7b
This commit is contained in:
Xiang Xiao
2020-06-02 22:53:45 +08:00
committed by patacongo
parent a7174cee30
commit 9ff32427bf
3 changed files with 53 additions and 1 deletions
+1
View File
@@ -210,6 +210,7 @@ int vdprintf(int fd, FAR const IPTR char *fmt, va_list ap);
/* Operations on paths */
FAR FILE *tmpfile(void);
FAR char *tmpnam(FAR char *s);
FAR char *tempnam(FAR const char *dir, FAR const char *pfx);
int remove(FAR const char *path);