#ifndef FILE_H #define FILE_H #include int take(const char *dirname); int touch(char *, char *, ...); int dir(char *, ...); #endif