7 lines
115 B
C
7 lines
115 B
C
#ifndef _MODE_TO_STR_H
|
|
#define _MODE_TO_STR_H
|
|
#include <sys/stat.h>
|
|
|
|
char *mu_mode_2_str(mode_t file_mode);
|
|
#endif
|