7 lines
115 B
C
7 lines
115 B
C
|
#ifndef _MODE_TO_STR_H
|
||
|
#define _MODE_TO_STR_H
|
||
|
static char mode[11];
|
||
|
|
||
|
char *mu_mode_2_str(mode_t file_mode);
|
||
|
#endif
|