#include <unistd.h>
#include <errno.h>
#include <dirent.h>
#include <sys/stat.h>
#include "mem.h"
#include "misc.h"
#include "printf.h"
Include dependency graph for runlink.c:

Go to the source code of this file.
Functions | |
| int | runlink (const char *path) |
| recursive unlink(2) and rmdir(2) | |
1.5.2