micro-utils/libmu/mode_to_str.h

7 lines
115 B
C
Raw Normal View History

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