12 char *
path_combine(
const char *src,
const char *dst,
char *path,
size_t size);
char * path_combine_and_normalize(const char *src, const char *dst, char *path, size_t size)
Combine two paths and normalize the result.
char * path_combine(const char *src, const char *dst, char *path, size_t size)
Combine two paths and return the combined path.
void path_normalize(char *path)
Normalize a path; the passed in path is modified in-place.