#ifndef _PARSE_MODE_H
#define _PARSE_MODE_H
#include <sys/stat.h>
mode_t mu_parse_mode(const char *s, mode_t cur_mode);
#endif