blob: e5670571e1b2d0ef3e64c98572a4fa266d6f2713 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
Description:
alphasort() function: compare entries of a directory alphabetically
Files:
lib/alphasort.c
m4/alphasort.m4
Depends-on:
dirent
extensions
configure.ac:
gl_FUNC_ALPHASORT
if test $HAVE_ALPHASORT = 0; then
AC_LIBOBJ([alphasort])
gl_PREREQ_ALPHASORT
fi
gl_DIRENT_MODULE_INDICATOR([alphasort])
Makefile.am:
Include:
<dirent.h>
License:
LGPL
Maintainer:
all, glibc
|