-
+ 2EBF923F7C2DC3578DEFD13F195F5CBF919B510468A5F523B462BC85E48BB3E8B66E9A4A08C1998BECB0A165BB3B8C4D75D81F0A2C32725DA1593F1EFEDCE6F1
vtools/lib/filetype.h
(0 . 0)(1 . 11)
956 /* Written by Paul Eggert and Jim Meyering. */
957
958 #ifndef FILE_TYPE_H
959 #define FILE_TYPE_H 1
960
961 #include <sys/types.h>
962 #include <sys/stat.h>
963
964 char const *file_type(struct stat const *);
965
966 #endif