strtoumax: fix typo in previous commit.
[gnulib.git] / modules / readdir
1 Description:
2 readdir() function: read the next entry of a directory
3
4 Files:
5 lib/readdir.c
6 lib/dirent-private.h
7 m4/readdir.m4
8
9 Depends-on:
10 dirent
11 largefile
12
13 configure.ac:
14 gl_FUNC_READDIR
15 if test $HAVE_READDIR = 0; then
16   AC_LIBOBJ([readdir])
17 fi
18 gl_DIRENT_MODULE_INDICATOR([readdir])
19
20 Makefile.am:
21
22 Include:
23 <dirent.h>
24
25 License:
26 LGPL
27
28 Maintainer:
29 Bruno Haible