PatchworkOS
Loading...
Searching...
No Matches
rmdir.c
Go to the documentation of this file.
1#include <sys/io.h>
2
4
5uint64_t rmdir(const char* path)
6{
7 return removef("%s:dir", path);
8}
uint64_t removef(const char *format,...)
Wrapper for removing a file with a formatted path.
Definition removef.c:3
uint64_t rmdir(const char *path)
Wrapper for removing a directory.
Definition rmdir.c:5
__UINT64_TYPE__ uint64_t
Definition stdint.h:17