error-h: Avoid namespace pollution on mingw.
[gnulib.git] / modules / savedir
blob4f13186f36bc2861e6efd916f323ad5c5f578805
1 Description:
2 Return the entries of a directory (just the names) as an argz string.
4 Files:
5 lib/savedir.h
6 lib/savedir.c
7 m4/savedir.m4
9 Depends-on:
10 attribute
11 closedir
12 dirent-safer
13 fdopendir
14 free-posix
15 opendir
16 qsort_r
17 readdir
18 stpcpy
19 xalloc
21 configure.ac:
22 gl_SAVEDIR
24 Makefile.am:
25 lib_SOURCES += savedir.c
27 Include:
28 "savedir.h"
30 License:
31 GPL
33 Maintainer:
34 Jim Meyering