#ifndef _PARSE_MODE_H #define _PARSE_MODE_H #include mode_t mu_parse_mode(const char *s, mode_t cur_mode); #endif