mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
24 lines
294 B
Plaintext
24 lines
294 B
Plaintext
Description:
|
|
Construct a full pathname by concatenating a directory name, a relative
|
|
filename, and a suffix.
|
|
|
|
Files:
|
|
lib/pathname.h
|
|
lib/concatpath.c
|
|
|
|
Depends-on:
|
|
xalloc
|
|
stpcpy
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += pathname.h concatpath.c
|
|
|
|
Include:
|
|
"pathname.h"
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|