mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-03-02 11:04:36 +02: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
|