#ifndef _COMMON_H_ #define _COMMON_H_ int mkdir_dev(const char * name); int mkdirs_dev(const char * name, ...); #endif