#ifndef PATH_PATH_H_ #define PATH_PATH_H_ void path_parse(const char *in, char *mp, char *path); #endif // PATH_PATH_H_