summaryrefslogtreecommitdiff
path: root/modules/pathname
blob: 82f00d07d72bb6a6456a0dd203f297abe9a26061 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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