1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00
Files
coreutils/lib/path-concat.h

7 lines
140 B
C
Raw Normal View History

1997-12-21 11:22:51 +00:00
#if ! defined PATH_CONCAT_H_
# define PATH_CONCAT_H_
2003-06-18 07:57:26 +00:00
char *path_concat (const char *dir, const char *base, char **base_in_result);
1997-12-21 11:22:51 +00:00
#endif