mirror of
https://git.savannah.gnu.org/git/gnulib.git
synced 2025-08-17 12:41:05 +03:00
28 lines
340 B
Plaintext
28 lines
340 B
Plaintext
Description:
|
|
Construct a full filename by concatenating a directory name, a relative
|
|
filename, and a suffix.
|
|
|
|
Files:
|
|
lib/concat-filename.h
|
|
lib/concat-filename.c
|
|
|
|
Depends-on:
|
|
filename
|
|
malloc-posix
|
|
stpcpy
|
|
|
|
configure.ac:
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += concat-filename.c
|
|
|
|
Include:
|
|
"concat-filename.h"
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
Bruno Haible
|
|
|