mirror of
https://github.com/apache/nuttx.git
synced 2026-06-06 00:14:22 +08:00
stdio: Add support for remove()
This commit is contained in:
committed by
Gregory Nutt
parent
6a58f046e6
commit
aed8a602b8
@@ -194,6 +194,7 @@ int vdprintf(int fd, FAR const IPTR char *fmt, va_list ap);
|
||||
|
||||
FAR char *tmpnam(FAR char *s);
|
||||
FAR char *tempnam(FAR const char *dir, FAR const char *pfx);
|
||||
int remove(FAR const char *path);
|
||||
|
||||
#undef EXTERN
|
||||
#if defined(__cplusplus)
|
||||
|
||||
Reference in New Issue
Block a user