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