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