mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
28 lines
345 B
Plaintext
28 lines
345 B
Plaintext
Description:
|
|
Construct a full pathname by concatenating a directory name and a relative
|
|
filename.
|
|
|
|
Files:
|
|
lib/path-concat.h
|
|
lib/path-concat.c
|
|
m4/dos.m4
|
|
m4/path-concat.m4
|
|
|
|
Depends-on:
|
|
strdup
|
|
xalloc
|
|
dirname
|
|
|
|
configure.ac:
|
|
gl_PATH_CONCAT
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += path-concat.h path-concat.c
|
|
|
|
Include:
|
|
"path-concat.h"
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|