micro-utils/libmu/parse_mode.h

7 lines
128 B
C
Raw Normal View History

2024-07-09 19:33:45 +00:00
#ifndef _PARSE_MODE_H
#define _PARSE_MODE_H
2024-07-10 15:51:30 +00:00
#include <sys/stat.h>
2024-07-09 19:33:45 +00:00
mode_t mu_parse_mode(const char *s, mode_t cur_mode);
#endif