#include <sys/types.h>#include <stddef.h>#include <stdlib.h>#include <string.h>#include <unistd.h>#include <errno.h>Include dependency graph for rmdir.c:

Go to the source code of this file.
Defines | |
| #define | nil 0 |
Functions | |
| void | tell (char *what) |
| void | report (char *label) |
| int | main (int argc, char **argv) |
|
|
|
|
||||||||||||
|
|
|
|
Definition at line 16 of file rmdir.c. References err, errno, strerror(), and tell(). |
|
|
|
1.4.6