#include int rmdir(const char *path) { return syscall(rmdir, path); }