6 lines
93 B
C
6 lines
93 B
C
#ifndef _MODE_TO_STR_H
|
|
#define _MODE_TO_STR_H
|
|
|
|
char *mu_mode_2_str(mode_t file_mode);
|
|
#endif
|