#if ! defined PATH_CONCAT_H_
# define PATH_CONCAT_H_
char *path_concat (const char *dir, const char *base, char **base_in_result);
#endif