1 2 3 4 5 6 7
#ifndef FILEMODE_H_ # include <sys/types.h> void mode_string (mode_t mode, char *str); #endif