micro-utils/libmu/mode_to_str.h

7 lines
115 B
C
Raw Normal View History

2024-07-09 19:33:45 +00:00
#ifndef _MODE_TO_STR_H
#define _MODE_TO_STR_H
2024-07-10 15:51:30 +00:00
#include <sys/stat.h>
2024-07-09 19:33:45 +00:00
char *mu_mode_2_str(mode_t file_mode);
#endif