mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
27 lines
313 B
Plaintext
27 lines
313 B
Plaintext
Description:
|
|
Extract specific portions of filenames.
|
|
|
|
Files:
|
|
lib/dirname.h
|
|
lib/dirname.c
|
|
lib/basename.c
|
|
lib/stripslash.c
|
|
m4/dos.m4
|
|
m4/dirname.m4
|
|
|
|
Depends-on:
|
|
xalloc
|
|
|
|
configure.ac:
|
|
gl_DIRNAME
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += dirname.h dirname.c basename.c stripslash.c
|
|
|
|
Include:
|
|
"dirname.h"
|
|
|
|
Maintainer:
|
|
Jim Meyering
|
|
|