/* Written by Paul Eggert and Jim Meyering. */ #ifndef FILE_TYPE_H #define FILE_TYPE_H 1 #include #include char const *file_type(struct stat const *); #endif