#ifndef _MAKE_PATH_H #define _MAKE_PATH_H char *mu_make_path(const char *prog_name, const char *src, const char *dst); #endif