#ifndef _MODE_TO_STR_H
#define _MODE_TO_STR_H
#include <sys/stat.h>
char *mu_mode_2_str(mode_t file_mode);
#endif