micro-utils/libmu/parse_mode.h

7 lines
128 B
C
Raw Normal View History

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