#ifndef _MODE_TO_STR_H #define _MODE_TO_STR_H #include char *mu_mode_2_str(mode_t file_mode); #endif