verify: new macro 'assume'
[gnulib.git] / modules / filemode
1 Description:
2 Return a string (?rwxrwxrwx format) describing the type and permissions of a
3 file.
4
5 Files:
6 lib/filemode.h
7 lib/filemode.c
8 m4/filemode.m4
9 m4/st_dm_mode.m4
10
11 Depends-on:
12 sys_stat
13
14 configure.ac:
15 gl_FILEMODE
16
17 Makefile.am:
18 lib_SOURCES += filemode.c
19
20 Include:
21 "filemode.h"
22
23 License:
24 GPL
25
26 Maintainer:
27 Jim Meyering