#include <sys/stat.h>
Go to the source code of this file.
Defines | |
| #define | MYFTW_F 0 |
| #define | MYFTW_D 1 |
| #define | MYFTW_DNR 2 |
| #define | MYFTW_NS 3 |
Typedefs | |
| typedef int(* | myftwFunc )(void *fl, const char *name, struct stat *statp) |
Functions | |
| int | myftw (const char *dir, int descriptors, myftwFunc func, void *fl) |
Definition in file myftw.h.
| int myftw | ( | const char * | dir, | |
| int | descriptors, | |||
| myftwFunc | func, | |||
| void * | fl | |||
| ) |
1.5.6