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