stdio: Add support for remove()

This commit is contained in:
Sebastien Lorquet
2016-08-25 08:40:34 -06:00
committed by Gregory Nutt
parent 6a58f046e6
commit aed8a602b8
3 changed files with 91 additions and 0 deletions
+1
View File
@@ -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)