mirror of
https://https.git.savannah.gnu.org/git/gnulib.git
synced 2026-06-15 23:35:50 +00:00
24 lines
282 B
Plaintext
24 lines
282 B
Plaintext
Description:
|
|
Return a string describing the type of a file.
|
|
|
|
Files:
|
|
lib/file-type.h
|
|
lib/file-type.c
|
|
m4/file-type.m4
|
|
|
|
Depends-on:
|
|
gettext
|
|
|
|
configure.ac:
|
|
gl_FILE_TYPE
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += file-type.h file-type.c
|
|
|
|
Include:
|
|
"file-type.h"
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|
|
|