mirror of
https://github.com/apache/nuttx.git
synced 2026-06-07 09:18:00 +08:00
libc: Implement tmpfile() function
Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com> Change-Id: I00bdb42006b40bf1b9bc0bb6865b9b88b4acbb7b
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user