view modules/path-concat @ 5127:3ab3f8e5b342

Don't depend on strdup.
author Paul Eggert <eggert@cs.ucla.edu>
date Fri, 06 Aug 2004 04:49:59 +0000
parents 3ccc6d0d52bb
children 42b53a22aee5
line wrap: on
line source

Description:
Construct a full pathname by concatenating a directory name and a relative
filename.

Files:
lib/path-concat.h
lib/path-concat.c
m4/dos.m4
m4/path-concat.m4

Depends-on:
xalloc
dirname

configure.ac:
gl_PATH_CONCAT

Makefile.am:
lib_SOURCES += path-concat.h path-concat.c

Include:
"path-concat.h"

Maintainer:
Jim Meyering