micro-utils/libmu/make_path.h
2024-07-09 22:33:45 +03:00

6 lines
127 B
C

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