mirror of
git://git.sv.gnu.org/coreutils
synced 2026-06-01 13:31:08 -04:00
7 lines
140 B
C
7 lines
140 B
C
#if ! defined PATH_CONCAT_H_
|
|
# define PATH_CONCAT_H_
|
|
|
|
char *path_concat (const char *dir, const char *base, char **base_in_result);
|
|
|
|
#endif
|