micro-utils/libmu/make_path.h

6 lines
127 B
C
Raw Normal View History

2024-07-09 19:33:45 +00:00
#ifndef _MAKE_PATH_H
#define _MAKE_PATH_H
char *mu_make_path(const char *prog_name, const char *src, const char *dst);
#endif