verify: new macro 'assume'
[gnulib.git] / modules / concat-filename
1 Description:
2 Construct a full filename by concatenating a directory name, a relative
3 filename, and a suffix.
4
5 Files:
6 lib/concat-filename.h
7 lib/concat-filename.c
8
9 Depends-on:
10 filename
11 malloc-posix
12 stpcpy
13
14 configure.ac:
15
16 Makefile.am:
17 lib_SOURCES += concat-filename.c
18
19 Include:
20 "concat-filename.h"
21
22 License:
23 LGPLv2+
24
25 Maintainer:
26 Bruno Haible
27