Move the *.sh.in scripts to build-aux/.
[gnulib.git] / MODULES.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
2 <HTML>
3   <HEAD>
4     <TITLE>Gnulib Module List</TITLE>
5     <META NAME="keywords" CONTENT="acl, alloca, alloca-opt, allocsa, arcfour, arctwo, argmatch, argp, argz, assert, atexit, backupfile, base64, bcopy, binary-io, byteswap, c-bs-a, c-ctype, c-stack, c-strcase, c-strcasestr, c-strtod, c-strtold, calloc, canon-host, canonicalize, chdir-long, check-version, chown, classpath, cloexec, closeout, copy-file, crc, csharpcomp, csharpcomp-script, csharpexec, cycle-check, des, diacrit, dirfd, dirname, dummy, dup2, eealloc, error, euidaccess, exclude, execute, exit, exitfail, extensions, fatal-signal, fcntl-safer, file-type, fileblocks, filemode, filenamecat, findprog, fnmatch, fnmatch-gnu, fnmatch-posix, fpending, fprintftime, free, fsusage, ftruncate, fts, fts-lgpl, full-read, full-write, fwriteerror, gc, gc-arcfour, gc-arctwo, gc-des, gc-hmac-md5, gc-hmac-sha1, gc-md2, gc-md4, gc-md5, gc-pbkdf2-sha1, gc-rijndael, gc-sha1, gcd, getaddrinfo, getcwd, getdate, getdelim, getdomainname, getgroups, gethostname, gethrxtime, getline, getloadavg, getlogin_r, getndelim2, getnline, getopt, getpagesize, getpass, getpass-gnu, getsubopt, gettext, gettext-h, gettime, gettimeofday, getugroups, getusershell, glob, group-member, hard-locale, hash, hash-pjw, havelib, hmac-md5, hmac-sha1, human, iconv, iconvme, idcache, inet_ntop, inttostr, isdir, javacomp, javacomp-script, javaexec, lchown, linebreak, linebuffer, localcharset, lock, long-options, lstat, malloc, mathl, mbchar, mbfile, mbiter, mbswidth, mbuiter, md2, md4, md5, memcasecmp, memchr, memcmp, memcoll, memcpy, memmem, memmove, mempcpy, memrchr, memset, memxor, minmax, mkdir, mkdir-p, mkdtemp, mkstemp, mktime, modechange, mountlist, nanosleep, obstack, openat, pagealign_alloc, pathmax, pathname, physmem, pipe, poll, posixtm, posixver, progname, putenv, quote, quotearg, raise, readline, readlink, readtokens, readtokens0, readutmp, realloc, regex, rename, restrict, rijndael, rmdir, rpmatch, safe-read, safe-write, same, save-cwd, savedir, setenv, settime, sh-quote, sha1, sig2str, size_max, snprintf, socklen, ssize_t, stat-macros, stat-time, stdbool, stdint, stdio-safer, stpcpy, stpncpy, strcase, strcasestr, strchrnul, strcspn, strdup, strerror, strftime, strndup, strnlen, strnlen1, strpbrk, strsep, strstr, strtod, strtoimax, strtok_r, strtol, strtoll, strtoul, strtoull, strtoumax, strverscmp, sysexits, time_r, timegm, timespec, tls, tzset, ucs4-utf16, ucs4-utf8, ullong_max, unicodeio, unistd-safer, unlinkdir, unlocked-io, userspec, utf16-ucs4, utf8-ucs4, utime, utimecmp, utimens, vasnprintf, vasprintf, verify, version-etc, version-etc-fsf, visibility, vsnprintf, wait-process, xalloc, xalloc-die, xallocsa, xgetcwd, xgetdomainname, xgethostname, xmemcoll, xnanosleep, xreadlink, xsetenv, xsize, xstrndup, xstrtod, xstrtoimax, xstrtol, xstrtoumax, xvasprintf, yesno">
6   </HEAD>
7   <BODY>
8     <H1>Gnulib Module List</H1>
9     This is a list of the modules which make up gnulib, with dependencies.
10     <H2><A HREF="#ansic_sup">Support for systems lacking ANSI C 89</A></H2>
11     <TABLE>
12       <TR WIDTH="100%">
13         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-bs-a">c-bs-a</A>
14         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine portability of "\a".
15       </TR>
16       <TR WIDTH="100%">
17         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=assert">assert</A>
18         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Allow the installer to disable assertions through "configure --disable-assert".
19       </TR>
20       <TR WIDTH="100%">
21         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dummy">dummy</A>
22         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">A dummy file, to make sure the library is non-empty.
23       </TR>
24       <TR WIDTH="100%">
25         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exit">exit</A>
26         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/exit.html">exit</A>() function: program termination.
27       </TR>
28       <TR WIDTH="100%">
29         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=atexit">atexit</A>
30         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/atexit.html">atexit</A>() function: register a function to be called at program termination.
31       </TR>
32       <TR WIDTH="100%">
33         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtod">strtod</A>
34         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtod.html">strtod</A>() function: convert string to 'double'.
35       </TR>
36       <TR WIDTH="100%">
37         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtol">strtol</A>
38         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtol.html">strtol</A>() function: convert string to 'long'.
39       </TR>
40       <TR WIDTH="100%">
41         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoul">strtoul</A>
42         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtoul.html">strtoul</A>() function: convert string to 'unsigned long'.
43       </TR>
44       <TR WIDTH="100%">
45         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memchr">memchr</A>
46         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/memchr.html">memchr</A>() function: scan memory for a byte.
47       </TR>
48       <TR WIDTH="100%">
49         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcmp">memcmp</A>
50         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/memcmp.html">memcmp</A>() function: compare memory areas.
51       </TR>
52       <TR WIDTH="100%">
53         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcpy">memcpy</A>
54         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/memcpy.html">memcpy</A>() function: copy memory area.
55       </TR>
56       <TR WIDTH="100%">
57         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memmove">memmove</A>
58         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/memmove.html">memmove</A>() function: copy memory area.
59       </TR>
60       <TR WIDTH="100%">
61         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memset">memset</A>
62         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/memset.html">memset</A>() function: fill memory with a constant byte.
63       </TR>
64       <TR WIDTH="100%">
65         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strcspn">strcspn</A>
66         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strcspn.html">strcspn</A>() function: search a string for any of a set of characters.
67       </TR>
68       <TR WIDTH="100%">
69         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strpbrk">strpbrk</A>
70         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strpbrk.html">strpbrk</A>() function: search a string for any of a set of characters.
71       </TR>
72       <TR WIDTH="100%">
73         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strstr">strstr</A>
74         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strstr.html">strstr</A>() function: search for a substring in a string.
75       </TR>
76       <TR WIDTH="100%">
77         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strerror">strerror</A>
78         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strerror.html">strerror</A>() function: return string describing error code.
79       </TR>
80       <TR WIDTH="100%">
81         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mktime">mktime</A>
82         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/mktime.html">mktime</A>() function: convert broken-down time to linear time.
83       </TR>
84     </TABLE>
85     Most of these modules are not listed among dependencies below, for simplicity.
86     <H2><A HREF="#ansic_enh">Enhancements for ANSI C 89 functions</A></H2>
87     <H3><A HREF="#ansic_enh_assert_diagnostics">Diagnostics &lt;assert.h&gt;</A></H3>
88     <TABLE>
89       <TR WIDTH="100%">
90         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=verify">verify</A>
91         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compile-time assert-like macros.
92       </TR>
93     </TABLE>
94     <H3><A HREF="#ansic_enh_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
95     <TABLE>
96       <TR WIDTH="100%">
97         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=calloc">calloc</A>
98         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/calloc.html">calloc</A>() function that is glibc compatible.
99       </TR>
100       <TR WIDTH="100%">
101         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=eealloc">eealloc</A>
102         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation with expensive empty allocations (glibc compatible).
103       </TR>
104       <TR WIDTH="100%">
105         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=free">free</A>
106         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Work around incompatibility on older systems where free (NULL) fails.
107       </TR>
108       <TR WIDTH="100%">
109         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=malloc">malloc</A>
110         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/malloc.html">malloc</A>() function that is glibc compatible.
111       </TR>
112       <TR WIDTH="100%">
113         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=realloc">realloc</A>
114         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/realloc.html">realloc</A>() function that is glibc compatible.
115       </TR>
116       <TR WIDTH="100%">
117         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=pagealign_alloc">pagealign_alloc</A>
118         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation aligned on page boundaries.
119       </TR>
120     </TABLE>
121     <H3><A HREF="#ansic_enh_time_datetime">Date and time &lt;time.h&gt;</A></H3>
122     <TABLE>
123       <TR WIDTH="100%">
124         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fprintftime">fprintftime</A>
125         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">like nstrftime, but output the formatted date to a FILE* stream
126       </TR>
127       <TR WIDTH="100%">
128         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strftime">strftime</A>
129         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">nstrftime() function: convert date and time to string, with GNU extensions.
130       </TR>
131     </TABLE>
132     <H2><A HREF="#ansic_ext">Extra functions based on ANSI C 89</A></H2>
133     <H3><A HREF="#ansic_ext_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
134     <TABLE>
135       <TR WIDTH="100%">
136         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xsize">xsize</A>
137         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Checked size_t computations.
138       </TR>
139       <TR WIDTH="100%">
140         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xalloc">xalloc</A>
141         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation with out-of-memory checking.  Also see xalloc-die.
142       </TR>
143       <TR WIDTH="100%">
144         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xalloc-die">xalloc-die</A>
145         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Report a memory allocation failure and exit.
146       </TR>
147       <TR WIDTH="100%">
148         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=alloca">alloca</A>
149         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation on the stack.
150       </TR>
151       <TR WIDTH="100%">
152         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=alloca-opt">alloca-opt</A>
153         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation on the stack, as an optional optimization.
154 It allows using the alloca() macro if and only if the autoconf tests define
155 HAVE_ALLOCA.
156       </TR>
157       <TR WIDTH="100%">
158         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=allocsa">allocsa</A>
159         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Safe automatic memory allocation.
160       </TR>
161       <TR WIDTH="100%">
162         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xallocsa">xallocsa</A>
163         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Safe automatic memory allocation with out of memory checking.
164       </TR>
165     </TABLE>
166     <H3><A HREF="#ansic_ext_stdlib_arith">Integer arithmetic functions &lt;stdlib.h&gt;</A></H3>
167     <TABLE>
168       <TR WIDTH="100%">
169         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gcd">gcd</A>
170         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Greatest common divisor.
171       </TR>
172       <TR WIDTH="100%">
173         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=minmax">minmax</A>
174         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">MIN, MAX macros.
175       </TR>
176     </TABLE>
177     <H3><A HREF="#ansic_ext_stdlib_env">Environment variables &lt;stdlib.h&gt;</A></H3>
178     <TABLE>
179       <TR WIDTH="100%">
180         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=putenv">putenv</A>
181         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/putenv.html">putenv</A>() function: change or add an environment variable.
182       </TR>
183       <TR WIDTH="100%">
184         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=setenv">setenv</A>
185         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/setenv.html">setenv</A>() function: set an environment variable.
186 <A HREF="http://www.opengroup.org/susv3xsh/unsetenv.html">unsetenv</A>() function: remove an environment variable.
187       </TR>
188       <TR WIDTH="100%">
189         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xsetenv">xsetenv</A>
190         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">xsetenv() function: set an environment variable, with out-of-memory checking.
191 <A HREF="http://www.opengroup.org/susv3xsh/unsetenv.html">unsetenv</A>() function: remove an environment variable.
192       </TR>
193     </TABLE>
194     <H3><A HREF="#ansic_ext_ctype">Character handling &lt;ctype.h&gt;</A></H3>
195     <TABLE>
196       <TR WIDTH="100%">
197         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-ctype">c-ctype</A>
198         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Character handling in C locale.
199       </TR>
200     </TABLE>
201     <H3><A HREF="#ansic_ext_string">String handling &lt;string.h&gt;</A></H3>
202     <TABLE>
203       <TR WIDTH="100%">
204         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=bcopy">bcopy</A>
205         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Old BSD <A HREF="http://www.opengroup.org/susv3xsh/bcopy.html">bcopy</A>() function: copy memory area.
206       </TR>
207       <TR WIDTH="100%">
208         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memmem">memmem</A>
209         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">memmem() function: locate first substring in a buffer.
210       </TR>
211       <TR WIDTH="100%">
212         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mempcpy">mempcpy</A>
213         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">mempcpy() function: copy memory area, return point after last written byte.
214       </TR>
215       <TR WIDTH="100%">
216         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memrchr">memrchr</A>
217         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">memrchr() function: scan memory for a byte, from the right end.
218       </TR>
219       <TR WIDTH="100%">
220         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stpcpy">stpcpy</A>
221         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">stpcpy() function: copy a string, returning a pointer to its end.
222       </TR>
223       <TR WIDTH="100%">
224         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stpncpy">stpncpy</A>
225         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">stpncpy() function: copy a size-bounded string, returning a pointer to its end.
226       </TR>
227       <TR WIDTH="100%">
228         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-strcase">c-strcase</A>
229         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive string comparison functions in C locale.
230       </TR>
231       <TR WIDTH="100%">
232         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strcase">strcase</A>
233         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive string comparison functions.
234       </TR>
235       <TR WIDTH="100%">
236         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-strcasestr">c-strcasestr</A>
237         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive searching in a string in C locale.
238       </TR>
239       <TR WIDTH="100%">
240         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strcasestr">strcasestr</A>
241         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strcasestr() function: case-insensitive search for a substring in a string.
242       </TR>
243       <TR WIDTH="100%">
244         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strchrnul">strchrnul</A>
245         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strchrnul(): Find the first occurrence of C in S or the final NUL byte.
246       </TR>
247       <TR WIDTH="100%">
248         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strdup">strdup</A>
249         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strdup.html">strdup</A>() function: duplicate a string.
250       </TR>
251       <TR WIDTH="100%">
252         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strnlen">strnlen</A>
253         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strnlen() function: determine the length of a size-bounded string.
254       </TR>
255       <TR WIDTH="100%">
256         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strnlen1">strnlen1</A>
257         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Quick string length estimation.
258       </TR>
259       <TR WIDTH="100%">
260         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strndup">strndup</A>
261         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strndup() function: duplicate a size-bounded string.
262       </TR>
263       <TR WIDTH="100%">
264         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strsep">strsep</A>
265         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strsep() function: extract token from string.
266       </TR>
267       <TR WIDTH="100%">
268         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrndup">xstrndup</A>
269         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Duplicate a bounded initial segment of a string, with out-of-memory checking.
270       </TR>
271     </TABLE>
272     <H3><A HREF="#ansic_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
273     <TABLE>
274       <TR WIDTH="100%">
275         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-strtod">c-strtod</A>
276         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to double in C locale.
277       </TR>
278       <TR WIDTH="100%">
279         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-strtold">c-strtold</A>
280         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to long double in C locale.
281       </TR>
282       <TR WIDTH="100%">
283         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtod">xstrtod</A>
284         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'double', with error checking.
285       </TR>
286       <TR WIDTH="100%">
287         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtol">xstrtol</A>
288         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'long' or 'unsigned long', with error checking.
289       </TR>
290     </TABLE>
291     <H3><A HREF="#ansic_ext_time_datetime">Date and time &lt;time.h&gt;</A></H3>
292     <TABLE>
293       <TR WIDTH="100%">
294         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getdate">getdate</A>
295         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a date/time string to linear time.
296       </TR>
297       <TR WIDTH="100%">
298         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=timegm">timegm</A>
299         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert calendar time to simple time, inverse of mktime.
300       </TR>
301       <TR WIDTH="100%">
302         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=tzset">tzset</A>
303         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">tzset - initialize time conversion information
304       </TR>
305     </TABLE>
306     <H3><A HREF="#ansic_ext_stdio">Input/Output &lt;stdio.h&gt;</A></H3>
307     <TABLE>
308       <TR WIDTH="100%">
309         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unlocked-io">unlocked-io</A>
310         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Enable faster, non-thread-safe stdio functions if available.
311       </TR>
312       <TR WIDTH="100%">
313         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fwriteerror">fwriteerror</A>
314         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Detect write error on a stream.
315       </TR>
316       <TR WIDTH="100%">
317         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=vasnprintf">vasnprintf</A>
318         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">vsprintf with automatic memory allocation and bounded output size.
319       </TR>
320       <TR WIDTH="100%">
321         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=vasprintf">vasprintf</A>
322         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">vsprintf with automatic memory allocation.
323       </TR>
324       <TR WIDTH="100%">
325         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xvasprintf">xvasprintf</A>
326         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">vasprintf and asprintf with out-of-memory checking.  Also see xalloc-die.
327       </TR>
328     </TABLE>
329     <H3><A HREF="#ansic_ext_signal">Signal handling &lt;signal.h&gt;</A></H3>
330     <TABLE>
331       <TR WIDTH="100%">
332         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fatal-signal">fatal-signal</A>
333         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Emergency actions in case of a fatal signal.
334       </TR>
335       <TR WIDTH="100%">
336         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=raise">raise</A>
337         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Send a signal to the executing process.
338       </TR>
339     </TABLE>
340     <H3><A HREF="#ansic_ext_argv">Command-line arguments</A></H3>
341     <TABLE>
342       <TR WIDTH="100%">
343         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=argmatch">argmatch</A>
344         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Search for an exact or abbreviated match of a string in an array of strings.
345       </TR>
346       <TR WIDTH="100%">
347         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=version-etc">version-etc</A>
348         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Print --version output.
349       </TR>
350       <TR WIDTH="100%">
351         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=version-etc-fsf">version-etc-fsf</A>
352         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Copyright variable for FSF projects
353       </TR>
354       <TR WIDTH="100%">
355         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=long-options">long-options</A>
356         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Handle --help and --version options.
357       </TR>
358     </TABLE>
359     <H3><A HREF="#ansic_ext_crypto">Cryptographic computations</A></H3>
360     <TABLE>
361       <TR WIDTH="100%">
362         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=md5">md5</A>
363         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute MD5 checksum.
364       </TR>
365       <TR WIDTH="100%">
366         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sha1">sha1</A>
367         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute SHA1 checksum.
368       </TR>
369     </TABLE>
370     <H3><A HREF="#ansic_ext_misc">Misc</A></H3>
371     <TABLE>
372       <TR WIDTH="100%">
373         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=base64">base64</A>
374         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Encode binary data using printable characters (base64).
375       </TR>
376       <TR WIDTH="100%">
377         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=check-version">check-version</A>
378         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Check version string compatibility.
379       </TR>
380       <TR WIDTH="100%">
381         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=diacrit">diacrit</A>
382         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Decomposition of composed ISO-8859-1 characters.
383       </TR>
384       <TR WIDTH="100%">
385         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getline">getline</A>
386         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream.
387       </TR>
388       <TR WIDTH="100%">
389         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getdelim">getdelim</A>
390         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read character delimited data from a stream.
391       </TR>
392       <TR WIDTH="100%">
393         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getnline">getnline</A>
394         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream, with bounded memory allocation.
395       </TR>
396       <TR WIDTH="100%">
397         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getndelim2">getndelim2</A>
398         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream, stopping at one of 2 delimiters, with bounded
399 memory allocation.
400       </TR>
401       <TR WIDTH="100%">
402         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=linebuffer">linebuffer</A>
403         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream.
404       </TR>
405       <TR WIDTH="100%">
406         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=obstack">obstack</A>
407         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation, optimized for stack-like allocation patterns.
408       </TR>
409       <TR WIDTH="100%">
410         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hash-pjw">hash-pjw</A>
411         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute a hash value for a NUL-terminated string.
412       </TR>
413       <TR WIDTH="100%">
414         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hash">hash</A>
415         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Parametrizable hash table.
416       </TR>
417       <TR WIDTH="100%">
418         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readline">readline</A>
419         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Simple implementation of readline.
420       </TR>
421       <TR WIDTH="100%">
422         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readtokens">readtokens</A>
423         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read tokens from a stream.
424       </TR>
425       <TR WIDTH="100%">
426         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readtokens0">readtokens0</A>
427         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read NUL-separated tokens from a stream.
428       </TR>
429       <TR WIDTH="100%">
430         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strverscmp">strverscmp</A>
431         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compare strings holding version numbers.
432       </TR>
433     </TABLE>
434     <H2><A HREF="#isoc_sup">Support for systems lacking ISO C 99</A></H2>
435     <H3><A HREF="#isoc_sup_keywords">Keywords</A></H3>
436     <TABLE>
437       <TR WIDTH="100%">
438         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=restrict">restrict</A>
439         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">The C99 'restrict' keyword.
440       </TR>
441     </TABLE>
442     <H3><A HREF="#isoc_sup_limits">Sizes of integer types &lt;limits.h&gt;</A></H3>
443     <TABLE>
444       <TR WIDTH="100%">
445         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ullong_max">ullong_max</A>
446         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">The maximum unsigned long long value, as a preprocessor constant.
447       </TR>
448       <TR WIDTH="100%">
449         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=size_max">size_max</A>
450         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Provide SIZE_MAX.
451       </TR>
452     </TABLE>
453     <H3><A HREF="#isoc_sup_stdbool">Boolean type and values &lt;stdbool.h&gt;</A></H3>
454     <TABLE>
455       <TR WIDTH="100%">
456         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stdbool">stdbool</A>
457         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An &lt;stdbool.h&gt; that nearly conforms to C99.
458 (Nearly: casts to bool may not work.)
459       </TR>
460     </TABLE>
461     <H3><A HREF="#isoc_sup_stdint">Integer types and values &lt;stdint.h&gt;</A></H3>
462     <TABLE>
463       <TR WIDTH="100%">
464         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stdint">stdint</A>
465         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An &lt;stdint.h&gt; that nearly conforms to C99.
466 (Nearly: {uint,int}_{fast,least}{8,16,32,64}_t may not correspond
467 to the fastest and smallest types available on the system.)
468       </TR>
469     </TABLE>
470     <H3><A HREF="#isoc_sup_stdio">Input/output &lt;stdio.h&gt;</A></H3>
471     <TABLE>
472       <TR WIDTH="100%">
473         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=snprintf">snprintf</A>
474         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/snprintf.html">snprintf</A>() function: print formatted output to a fixed length string
475       </TR>
476       <TR WIDTH="100%">
477         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=vsnprintf">vsnprintf</A>
478         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/vsnprintf.html">vsnprintf</A>() function: print formatted output from an stdarg argument list
479 to a fixed length string
480       </TR>
481     </TABLE>
482     <H3><A HREF="#isoc_sup_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
483     <TABLE>
484       <TR WIDTH="100%">
485         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoll">strtoll</A>
486         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtoll.html">strtoll</A>() function: convert string to 'long long'.
487       </TR>
488       <TR WIDTH="100%">
489         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoull">strtoull</A>
490         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtoull.html">strtoull</A>() function: convert string to 'unsigned long long'.
491       </TR>
492     </TABLE>
493     <H3><A HREF="#isoc_sup_inttypes">Functions for greatest-width integer types &lt;inttypes.h&gt;</A></H3>
494     <TABLE>
495       <TR WIDTH="100%">
496         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoimax">strtoimax</A>
497         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtoimax.html">strtoimax</A>() function: convert string to 'intmax_t'.
498       </TR>
499       <TR WIDTH="100%">
500         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoumax">strtoumax</A>
501         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtoumax.html">strtoumax</A>() function: convert string to 'uintmax_t'.
502       </TR>
503     </TABLE>
504     <H3><A HREF="#isoc_sup_math">Mathematics &lt;math.h&gt;</A></H3>
505     <TABLE>
506       <TR WIDTH="100%">
507         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mathl">mathl</A>
508         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">C99 functions for transcendental functions with long double arguments.
509       </TR>
510     </TABLE>
511     <H2><A HREF="#isoc_enh">Enhancements for ISO C 99 functions</A></H2>
512     <TABLE>
513     </TABLE>
514     <H2><A HREF="#isoc_ext">Extra functions based on ISO C 99</A></H2>
515     <H3><A HREF="#isoc_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
516     <TABLE>
517       <TR WIDTH="100%">
518         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=inttostr">inttostr</A>
519         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert integers to printable strings.
520       </TR>
521       <TR WIDTH="100%">
522         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtoimax">xstrtoimax</A>
523         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'intmax_t', with error checking.
524       </TR>
525       <TR WIDTH="100%">
526         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtoumax">xstrtoumax</A>
527         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'uintmax_t', with error checking.
528       </TR>
529     </TABLE>
530     <H3><A HREF="#isoc_ext_wchar_mb">Extended multibyte and wide character utilities &lt;wchar.h&gt;</A></H3>
531     <TABLE>
532       <TR WIDTH="100%">
533         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mbchar">mbchar</A>
534         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Multibyte character data type.
535       </TR>
536       <TR WIDTH="100%">
537         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mbiter">mbiter</A>
538         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Iterating through multibyte strings.
539       </TR>
540       <TR WIDTH="100%">
541         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mbuiter">mbuiter</A>
542         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Iterating through multibyte strings.
543       </TR>
544       <TR WIDTH="100%">
545         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mbfile">mbfile</A>
546         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Multibyte character I/O.
547       </TR>
548     </TABLE>
549     <H2><A HREF="#posix_sup">Support for systems lacking POSIX:2001</A></H2>
550     <TABLE>
551       <TR WIDTH="100%">
552         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=chown">chown</A>
553         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/chown.html">chown</A>() function: change ownership of a file.
554       </TR>
555       <TR WIDTH="100%">
556         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dup2">dup2</A>
557         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/dup2.html">dup2</A>() function: duplicate an open file descriptor.
558       </TR>
559       <TR WIDTH="100%">
560         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ftruncate">ftruncate</A>
561         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/ftruncate.html">ftruncate</A>() function: truncate an open file to a specified length.
562       </TR>
563       <TR WIDTH="100%">
564         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getaddrinfo">getaddrinfo</A>
565         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/getaddrinfo.html">getaddrinfo</A>() function: Get address information.
566       </TR>
567       <TR WIDTH="100%">
568         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getcwd">getcwd</A>
569         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the current working directory.
570       </TR>
571       <TR WIDTH="100%">
572         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getgroups">getgroups</A>
573         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/getgroups.html">getgroups</A>() function: return the supplementary group IDs of the current process.
574       </TR>
575       <TR WIDTH="100%">
576         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gethostname">gethostname</A>
577         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/gethostname.html">gethostname</A>() function: Return machine's hostname.
578       </TR>
579       <TR WIDTH="100%">
580         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getlogin_r">getlogin_r</A>
581         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/getlogin_r.html">getlogin_r</A>() function: Get user name to a buffer allocated by the caller.
582       </TR>
583       <TR WIDTH="100%">
584         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getsubopt">getsubopt</A>
585         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getsubopt: Parse comma separate list into words.
586       </TR>
587       <TR WIDTH="100%">
588         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettimeofday">gettimeofday</A>
589         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/gettimeofday.html">gettimeofday</A>() function: return current time.
590       </TR>
591       <TR WIDTH="100%">
592         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=inet_ntop">inet_ntop</A>
593         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert internet address from internal to printable, presentable format.
594       </TR>
595       <TR WIDTH="100%">
596         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkdir">mkdir</A>
597         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/mkdir.html">mkdir</A>() function: create a directory.
598       </TR>
599       <TR WIDTH="100%">
600         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkstemp">mkstemp</A>
601         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/mkstemp.html">mkstemp</A>() function: create a private temporary file.
602       </TR>
603       <TR WIDTH="100%">
604         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkdtemp">mkdtemp</A>
605         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">mkdtemp() function: create a private temporary directory.
606       </TR>
607       <TR WIDTH="100%">
608         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=poll">poll</A>
609         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/poll.html">poll</A>() function: wait for some event on a set of file descriptors.
610       </TR>
611       <TR WIDTH="100%">
612         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readlink">readlink</A>
613         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/readlink.html">readlink</A>() function: read the value of a symbolic link.
614       </TR>
615       <TR WIDTH="100%">
616         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=lstat">lstat</A>
617         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/lstat.html">lstat</A>() function: return information about a file or symbolic link.
618       </TR>
619       <TR WIDTH="100%">
620         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=time_r">time_r</A>
621         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Reentrant time functions like localtime_r.
622       </TR>
623       <TR WIDTH="100%">
624         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=timespec">timespec</A>
625         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">struct timespec.
626       </TR>
627       <TR WIDTH="100%">
628         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=nanosleep">nanosleep</A>
629         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/nanosleep.html">nanosleep</A>() function: pause execution for a specified time.
630       </TR>
631       <TR WIDTH="100%">
632         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=regex">regex</A>
633         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Regular expression matching.
634       </TR>
635       <TR WIDTH="100%">
636         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rename">rename</A>
637         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/rename.html">rename</A>() function: change the name or location of a file.
638       </TR>
639       <TR WIDTH="100%">
640         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rmdir">rmdir</A>
641         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/rmdir.html">rmdir</A>() function: delete a directory.
642       </TR>
643       <TR WIDTH="100%">
644         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ssize_t">ssize_t</A>
645         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Define ssize_t if it does not already exist.
646       </TR>
647       <TR WIDTH="100%">
648         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtok_r">strtok_r</A>
649         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/strtok_r.html">strtok_r</A>() function: split string into tokens, thread safe.
650       </TR>
651       <TR WIDTH="100%">
652         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utime">utime</A>
653         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/utime.html">utime</A>() function: change access and/or modification times of a file.
654       </TR>
655     </TABLE>
656     <H2><A HREF="#posix_enh">Enhancements for POSIX:2001 functions</A></H2>
657     <TABLE>
658       <TR WIDTH="100%">
659         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dirname">dirname</A>
660         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Extract specific portions of filenames.
661       </TR>
662       <TR WIDTH="100%">
663         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getopt">getopt</A>
664         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Process command line arguments.
665       </TR>
666       <TR WIDTH="100%">
667         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unistd-safer">unistd-safer</A>
668         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
669       </TR>
670       <TR WIDTH="100%">
671         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch">fnmatch</A>
672         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">GNU <A HREF="http://www.opengroup.org/susv3xsh/fnmatch.html">fnmatch</A>() implementation.
673       </TR>
674       <TR WIDTH="100%">
675         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch-posix">fnmatch-posix</A>
676         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/fnmatch.html">fnmatch</A>() function: wildcard matching.
677       </TR>
678       <TR WIDTH="100%">
679         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch-gnu">fnmatch-gnu</A>
680         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/fnmatch.html">fnmatch</A>() function: wildcard matching, with GNU extensions.
681       </TR>
682       <TR WIDTH="100%">
683         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=glob">glob</A>
684         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/glob.html">glob</A>() function: Search for files and directories with paths matching a
685 pattern, with GNU extensions.
686       </TR>
687       <TR WIDTH="100%">
688         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exclude">exclude</A>
689         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Manage list of filenames or wildcard patterns for --exclude option processing.
690       </TR>
691     </TABLE>
692     <H2><A HREF="#posix_ext">Extra functions based on POSIX:2001</A></H2>
693     <H3><A HREF="#posix_ext_conv">Numeric conversion functions</A></H3>
694     <TABLE>
695       <TR WIDTH="100%">
696         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=human">human</A>
697         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a number (usually a file size) to a human readable string, possibly
698 with K/M/G suffix.
699       </TR>
700     </TABLE>
701     <H3><A HREF="#posix_ext_filesys">File system functions</A></H3>
702     <TABLE>
703       <TR WIDTH="100%">
704         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=acl">acl</A>
705         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Access control lists of files.  (Unportable.)
706       </TR>
707       <TR WIDTH="100%">
708         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=backupfile">backupfile</A>
709         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determination of the filename of a backup file, according to user environment
710 variables.
711       </TR>
712       <TR WIDTH="100%">
713         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=canonicalize">canonicalize</A>
714         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the canonical absolute name of a given file.
715       </TR>
716       <TR WIDTH="100%">
717         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=copy-file">copy-file</A>
718         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Copying of files.
719       </TR>
720       <TR WIDTH="100%">
721         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=cycle-check">cycle-check</A>
722         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">help detect directory cycles efficiently
723       </TR>
724       <TR WIDTH="100%">
725         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fsusage">fsusage</A>
726         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return filesystem space usage info.
727       </TR>
728       <TR WIDTH="100%">
729         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dirfd">dirfd</A>
730         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Retrieving the file descriptor of an open directory stream.  (Unportable.)
731       </TR>
732       <TR WIDTH="100%">
733         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=euidaccess">euidaccess</A>
734         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">euidaccess() function: check effective user's permissions for a file.
735       </TR>
736       <TR WIDTH="100%">
737         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=file-type">file-type</A>
738         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return a string describing the type of a file.
739       </TR>
740       <TR WIDTH="100%">
741         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fileblocks">fileblocks</A>
742         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
743       </TR>
744       <TR WIDTH="100%">
745         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=filemode">filemode</A>
746         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return a string (?rwxrwxrwx format) describing the type and permissions of a
747 file.
748       </TR>
749       <TR WIDTH="100%">
750         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=filenamecat">filenamecat</A>
751         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Concatenate two arbitrary file names.
752       </TR>
753       <TR WIDTH="100%">
754         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fts">fts</A>
755         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Traverse a file hierarchy.
756       </TR>
757       <TR WIDTH="100%">
758         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fts-lgpl">fts-lgpl</A>
759         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Traverse a file hierarchy (LPGL'ed version).
760       </TR>
761       <TR WIDTH="100%">
762         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=isdir">isdir</A>
763         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether a directory exists.
764       </TR>
765       <TR WIDTH="100%">
766         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=lchown">lchown</A>
767         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/susv3xsh/lchown.html">lchown</A>() function: change ownership of a file.
768       </TR>
769       <TR WIDTH="100%">
770         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkdir-p">mkdir-p</A>
771         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Ensure that a directory and its parents exist.
772       </TR>
773       <TR WIDTH="100%">
774         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=modechange">modechange</A>
775         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Manipulation of mode changes specified by strings (e.g. as first argument of
776 chmod utility).
777       </TR>
778       <TR WIDTH="100%">
779         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mountlist">mountlist</A>
780         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return list of mounted filesystems.
781       </TR>
782       <TR WIDTH="100%">
783         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=pathname">pathname</A>
784         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Construct a full pathname by concatenating a directory name, a relative
785 filename, and a suffix.
786       </TR>
787       <TR WIDTH="100%">
788         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=pathmax">pathmax</A>
789         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return maximum size of reasonable pathnames.  (Unportable: Hurd has no limit.)
790       </TR>
791       <TR WIDTH="100%">
792         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=same">same</A>
793         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether two pathnames refer to the same directory entry of the same
794 directory.
795       </TR>
796       <TR WIDTH="100%">
797         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=save-cwd">save-cwd</A>
798         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Save and restore the current working directory.
799       </TR>
800       <TR WIDTH="100%">
801         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=savedir">savedir</A>
802         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the entries of a directory (just the names) as an argz string.
803       </TR>
804       <TR WIDTH="100%">
805         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stat-time">stat-time</A>
806         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">stat-related time functions
807       </TR>
808       <TR WIDTH="100%">
809         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unlinkdir">unlinkdir</A>
810         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine (and maybe change) whether we can unlink directories.
811       </TR>
812       <TR WIDTH="100%">
813         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utimecmp">utimecmp</A>
814         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">compare file time stamps
815       </TR>
816       <TR WIDTH="100%">
817         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utimens">utimens</A>
818         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set file access and modification times.
819       </TR>
820       <TR WIDTH="100%">
821         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgetcwd">xgetcwd</A>
822         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the current working directory, without size limitations.
823       </TR>
824       <TR WIDTH="100%">
825         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xreadlink">xreadlink</A>
826         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the contents of a symbolic link, without size limitations.
827       </TR>
828     </TABLE>
829     <H3><A HREF="#posix_ext_filedesc">File descriptor based Input/Output</A></H3>
830     <TABLE>
831       <TR WIDTH="100%">
832         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fcntl-safer">fcntl-safer</A>
833         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
834       </TR>
835       <TR WIDTH="100%">
836         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=safe-read">safe-read</A>
837         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/susv3xsh/read.html">read</A>() that retries after interrupts.
838       </TR>
839       <TR WIDTH="100%">
840         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=safe-write">safe-write</A>
841         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/susv3xsh/write.html">write</A>() that retries after interrupts.
842       </TR>
843       <TR WIDTH="100%">
844         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=full-read">full-read</A>
845         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/susv3xsh/read.html">read</A>() that reads all it is asked to read.
846       </TR>
847       <TR WIDTH="100%">
848         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=full-write">full-write</A>
849         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/susv3xsh/write.html">write</A>() that writes all it is asked to write.
850       </TR>
851       <TR WIDTH="100%">
852         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=binary-io">binary-io</A>
853         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Binary mode I/O.
854       </TR>
855     </TABLE>
856     <H3><A HREF="#posix_ext_filestream">File stream based Input/Output</A></H3>
857     <TABLE>
858       <TR WIDTH="100%">
859         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fpending">fpending</A>
860         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine the number of bytes waiting in the output buffer of a stream.
861       </TR>
862       <TR WIDTH="100%">
863         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=closeout">closeout</A>
864         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Close stdout, checking for errors.
865       </TR>
866       <TR WIDTH="100%">
867         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stdio-safer">stdio-safer</A>
868         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">File stream functions that avoid clobbering std{in,out,err}.
869       </TR>
870       <TR WIDTH="100%">
871         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpass">getpass</A>
872         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpass() function: read a password from /dev/tty.
873       </TR>
874       <TR WIDTH="100%">
875         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpass-gnu">getpass-gnu</A>
876         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpass() function: read a password of arbitrary length from /dev/tty.
877       </TR>
878     </TABLE>
879     <H3><A HREF="#posix_ext_uidgid">Users and groups</A></H3>
880     <TABLE>
881       <TR WIDTH="100%">
882         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getugroups">getugroups</A>
883         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the group IDs of a user.
884       </TR>
885       <TR WIDTH="100%">
886         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=group-member">group-member</A>
887         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether the current process has the permissions of a given group ID.
888       </TR>
889       <TR WIDTH="100%">
890         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=idcache">idcache</A>
891         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Username &lt;--&gt; uid and groupname &lt;--&gt; gid conversions, with cache for speed.
892       </TR>
893       <TR WIDTH="100%">
894         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=userspec">userspec</A>
895         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Parse a `user:group' specifier (e.g. the first argument of chown utility).
896       </TR>
897     </TABLE>
898     <H3><A HREF="#posix_ext_datetime">Date and time</A></H3>
899     <TABLE>
900       <TR WIDTH="100%">
901         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettime">gettime</A>
902         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return current time, with nanosecond resolution.
903       </TR>
904       <TR WIDTH="100%">
905         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=settime">settime</A>
906         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set the current time, with nanosecond resolution.
907       </TR>
908       <TR WIDTH="100%">
909         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=posixtm">posixtm</A>
910         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a date/time string (POSIX syntax) to linear time or broken-down time.
911       </TR>
912       <TR WIDTH="100%">
913         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xnanosleep">xnanosleep</A>
914         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">a more convenient interface to nanosleep
915       </TR>
916     </TABLE>
917     <H3><A HREF="#posix_ext_net">Networking functions</A></H3>
918     <TABLE>
919       <TR WIDTH="100%">
920         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgethostname">xgethostname</A>
921         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return machine's hostname, without size limitations.
922       </TR>
923       <TR WIDTH="100%">
924         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=canon-host">canon-host</A>
925         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Canonicalize a host name: return a name other hosts can understand, i.e.
926 usually the host name including FQDN.
927       </TR>
928     </TABLE>
929     <H3><A HREF="#posix_ext_thread">Multithreading</A></H3>
930     <TABLE>
931       <TR WIDTH="100%">
932         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=lock">lock</A>
933         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locking in multithreaded situations.
934       </TR>
935       <TR WIDTH="100%">
936         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=tls">tls</A>
937         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Thread-local storage in multithreaded situations.
938       </TR>
939     </TABLE>
940     <H3><A HREF="#posix_ext_i18n">Internationalization functions</A></H3>
941     <TABLE>
942       <TR WIDTH="100%">
943         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettext">gettext</A>
944         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Translate messages to user's native language.
945       </TR>
946       <TR WIDTH="100%">
947         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettext-h">gettext-h</A>
948         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Translate messages to user's native language if the gettext module is also used.
949       </TR>
950       <TR WIDTH="100%">
951         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=iconv">iconv</A>
952         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Character set conversion.
953       </TR>
954       <TR WIDTH="100%">
955         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=iconvme">iconvme</A>
956         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Character set conversion of strings made easy, uses iconv.
957       </TR>
958       <TR WIDTH="100%">
959         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=localcharset">localcharset</A>
960         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return current locale's character encoding.
961       </TR>
962       <TR WIDTH="100%">
963         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hard-locale">hard-locale</A>
964         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether the current locale is different from the "C" locale.
965       </TR>
966       <TR WIDTH="100%">
967         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mbswidth">mbswidth</A>
968         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine the number of screen columns needed for a string.
969       </TR>
970       <TR WIDTH="100%">
971         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcasecmp">memcasecmp</A>
972         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive memory area comparison.
973       </TR>
974       <TR WIDTH="100%">
975         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcoll">memcoll</A>
976         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent memory area comparison.
977       </TR>
978       <TR WIDTH="100%">
979         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xmemcoll">xmemcoll</A>
980         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent memory area comparison, with error checking.
981       </TR>
982       <TR WIDTH="100%">
983         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unicodeio">unicodeio</A>
984         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Unicode character output to streams with locale dependent encoding.
985       </TR>
986       <TR WIDTH="100%">
987         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rpmatch">rpmatch</A>
988         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent classification of a response as matching "yes" or "no".
989       </TR>
990       <TR WIDTH="100%">
991         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=yesno">yesno</A>
992         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a response from the user, and its classification as matching "yes" or
993 "no".
994       </TR>
995       <TR WIDTH="100%">
996         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ucs4-utf8">ucs4-utf8</A>
997         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UCS-4 to UTF-8.
998       </TR>
999       <TR WIDTH="100%">
1000         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ucs4-utf16">ucs4-utf16</A>
1001         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UCS-4 to UTF-16.
1002       </TR>
1003       <TR WIDTH="100%">
1004         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utf8-ucs4">utf8-ucs4</A>
1005         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UTF-8 to UCS-4.
1006       </TR>
1007       <TR WIDTH="100%">
1008         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utf16-ucs4">utf16-ucs4</A>
1009         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Conversion UTF-16 to UCS-4.
1010       </TR>
1011       <TR WIDTH="100%">
1012         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=linebreak">linebreak</A>
1013         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Line breaking (works also for East-Asian languages).
1014       </TR>
1015     </TABLE>
1016     <H3><A HREF="#posix_ext_exec">Executing programs</A></H3>
1017     <TABLE>
1018       <TR WIDTH="100%">
1019         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=cloexec">cloexec</A>
1020         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set or clear the close-on-exec descriptor flag.
1021       </TR>
1022       <TR WIDTH="100%">
1023         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=findprog">findprog</A>
1024         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locating a program in PATH.
1025       </TR>
1026       <TR WIDTH="100%">
1027         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=wait-process">wait-process</A>
1028         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Waiting for a subprocess to finish.
1029       </TR>
1030       <TR WIDTH="100%">
1031         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=execute">execute</A>
1032         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Creation of autonomous subprocesses.
1033       </TR>
1034       <TR WIDTH="100%">
1035         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=pipe">pipe</A>
1036         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Creation of subprocesses, communicating via pipes.
1037       </TR>
1038       <TR WIDTH="100%">
1039         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sh-quote">sh-quote</A>
1040         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Shell quoting.
1041       </TR>
1042     </TABLE>
1043     <H3><A HREF="#posix_ext_java">Java</A></H3>
1044     <TABLE>
1045       <TR WIDTH="100%">
1046         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=classpath">classpath</A>
1047         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Java CLASSPATH handling.
1048       </TR>
1049       <TR WIDTH="100%">
1050         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=javacomp">javacomp</A>
1051         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compile a Java program.
1052       </TR>
1053       <TR WIDTH="100%">
1054         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=javaexec">javaexec</A>
1055         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Execute a Java program.
1056       </TR>
1057     </TABLE>
1058     <H3><A HREF="#posix_ext_csharp">C#</A></H3>
1059     <TABLE>
1060       <TR WIDTH="100%">
1061         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=csharpcomp">csharpcomp</A>
1062         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compile a C# program.
1063       </TR>
1064       <TR WIDTH="100%">
1065         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=csharpexec">csharpexec</A>
1066         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Execute a C# program.
1067       </TR>
1068     </TABLE>
1069     <H3><A HREF="#posix_ext_misc">Misc</A></H3>
1070     <TABLE>
1071       <TR WIDTH="100%">
1072         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=argp">argp</A>
1073         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Hierarchical processing of command line arguments.
1074       </TR>
1075       <TR WIDTH="100%">
1076         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=argz">argz</A>
1077         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Argv style string arrays in a single null delimited char*.
1078       </TR>
1079       <TR WIDTH="100%">
1080         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=byteswap">byteswap</A>
1081         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Swap bytes of 16, 32 and 64 bit values.
1082       </TR>
1083       <TR WIDTH="100%">
1084         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exitfail">exitfail</A>
1085         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set exit status for fatal signal.
1086       </TR>
1087       <TR WIDTH="100%">
1088         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-stack">c-stack</A>
1089         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Stack overflow handling, causing program exit.
1090       </TR>
1091       <TR WIDTH="100%">
1092         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=error">error</A>
1093         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">error() and error_at_line() functions: Error reporting.
1094       </TR>
1095       <TR WIDTH="100%">
1096         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=extensions">extensions</A>
1097         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Enable extensions in standard headers
1098       </TR>
1099       <TR WIDTH="100%">
1100         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getdomainname">getdomainname</A>
1101         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getdomainname() function: Return machine's NIS domain name.
1102       </TR>
1103       <TR WIDTH="100%">
1104         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgetdomainname">xgetdomainname</A>
1105         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return machine's domainname, without size limitations.
1106       </TR>
1107       <TR WIDTH="100%">
1108         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getloadavg">getloadavg</A>
1109         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the current system load averages.
1110       </TR>
1111       <TR WIDTH="100%">
1112         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpagesize">getpagesize</A>
1113         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpagesize() function: Return memory page size.
1114       </TR>
1115       <TR WIDTH="100%">
1116         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getusershell">getusershell</A>
1117         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return names of valid user shells.
1118       </TR>
1119       <TR WIDTH="100%">
1120         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=physmem">physmem</A>
1121         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return amount of total/available physical memory.
1122       </TR>
1123       <TR WIDTH="100%">
1124         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=posixver">posixver</A>
1125         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine desired POSIX specification version, according to user's environment
1126 variables.
1127       </TR>
1128       <TR WIDTH="100%">
1129         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=progname">progname</A>
1130         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Program name management.
1131       </TR>
1132       <TR WIDTH="100%">
1133         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=quotearg">quotearg</A>
1134         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Quote arguments for use in error messages.
1135       </TR>
1136       <TR WIDTH="100%">
1137         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=quote">quote</A>
1138         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Quote arguments for use in error messages.
1139       </TR>
1140       <TR WIDTH="100%">
1141         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readutmp">readutmp</A>
1142         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read entire utmp file into memory.
1143       </TR>
1144       <TR WIDTH="100%">
1145         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sig2str">sig2str</A>
1146         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert between signal names and signal numbers.
1147       </TR>
1148       <TR WIDTH="100%">
1149         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sysexits">sysexits</A>
1150         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Exit status codes for some BSD system programs.
1151       </TR>
1152       <TR WIDTH="100%">
1153         <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=visibility">visibility</A>
1154         <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Control of symbols exported by shared libraries.
1155       </TR>
1156     </TABLE>
1157     <H2><A NAME="ansic_sup">Support for systems lacking ANSI C 89</A></H2>
1158     <TABLE>
1159       <TR>
1160         <TH ALIGN=LEFT>modules/
1161         <TH ALIGN=LEFT>lib/
1162         <TH ALIGN=LEFT>lib/
1163         <TH ALIGN=LEFT>m4/
1164         <TH ALIGN=LEFT>&nbsp;
1165       </TR>
1166       <TR>
1167         <TH ALIGN=LEFT>Module
1168         <TH ALIGN=LEFT>Header
1169         <TH ALIGN=LEFT>Implementation
1170         <TH ALIGN=LEFT>Autoconf macro
1171         <TH ALIGN=LEFT>Depends on
1172       </TR>
1173       <TR>
1174         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-bs-a"></A><A HREF="modules/c-bs-a">c-bs-a</A>
1175         <TD ALIGN=LEFT VALIGN=TOP>---
1176         <TD ALIGN=LEFT VALIGN=TOP>---
1177         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-bs-a.m4">c-bs-a.m4</A><BR>AC_C_BACKSLASH_A
1178         <TD ALIGN=LEFT VALIGN=TOP>---
1179       </TR>
1180       <TR>
1181         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=assert"></A><A HREF="modules/assert">assert</A>
1182         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/assert.h.html">assert.h</A>&gt;
1183         <TD ALIGN=LEFT VALIGN=TOP>---
1184         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/assert.m4">assert.m4</A><BR>gl_ASSERT
1185         <TD ALIGN=LEFT VALIGN=TOP>---
1186       </TR>
1187       <TR>
1188         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dummy"></A><A HREF="modules/dummy">dummy</A>
1189         <TD ALIGN=LEFT VALIGN=TOP>---
1190         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dummy.c">dummy.c</A>
1191         <TD ALIGN=LEFT VALIGN=TOP>---
1192         <TD ALIGN=LEFT VALIGN=TOP>---
1193       </TR>
1194       <TR>
1195         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exit"></A><A HREF="modules/exit">exit</A>
1196         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exit.h">exit.h</A>"
1197         <TD ALIGN=LEFT VALIGN=TOP>---
1198         <TD ALIGN=LEFT VALIGN=TOP>---
1199         <TD ALIGN=LEFT VALIGN=TOP>---
1200       </TR>
1201       <TR>
1202         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=atexit"></A><A HREF="modules/atexit">atexit</A>
1203         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1204         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/atexit.c">atexit.c</A>
1205         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/atexit.m4">atexit.m4</A><BR>gl_FUNC_ATEXIT
1206         <TD ALIGN=LEFT VALIGN=TOP>---
1207       </TR>
1208       <TR>
1209         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtod"></A><A HREF="modules/strtod">strtod</A>
1210         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1211         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtod.c">strtod.c</A>
1212         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtod.m4">strtod.m4</A><BR>gl_FUNC_STRTOD
1213         <TD ALIGN=LEFT VALIGN=TOP>---
1214       </TR>
1215       <TR>
1216         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtol"></A><A HREF="modules/strtol">strtol</A>
1217         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1218         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtol.c">strtol.c</A>
1219         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtol.m4">strtol.m4</A><BR>gl_FUNC_STRTOL
1220         <TD ALIGN=LEFT VALIGN=TOP>---
1221       </TR>
1222       <TR>
1223         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoul"></A><A HREF="modules/strtoul">strtoul</A>
1224         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1225         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoul.c">strtoul.c</A>
1226         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtoul.m4">strtoul.m4</A><BR>gl_FUNC_STRTOUL
1227         <TD ALIGN=LEFT VALIGN=TOP>strtol
1228       </TR>
1229       <TR>
1230         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memchr"></A><A HREF="modules/memchr">memchr</A>
1231         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/string.h.html">string.h</A>&gt;
1232         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memchr.c">memchr.c</A>
1233         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memchr.m4">memchr.m4</A><BR>gl_FUNC_MEMCHR
1234         <TD ALIGN=LEFT VALIGN=TOP>---
1235       </TR>
1236       <TR>
1237         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcmp"></A><A HREF="modules/memcmp">memcmp</A>
1238         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/string.h.html">string.h</A>&gt;
1239         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcmp.c">memcmp.c</A>
1240         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcmp.m4">memcmp.m4</A><BR>gl_FUNC_MEMCMP
1241         <TD ALIGN=LEFT VALIGN=TOP>---
1242       </TR>
1243       <TR>
1244         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcpy"></A><A HREF="modules/memcpy">memcpy</A>
1245         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/string.h.html">string.h</A>&gt;
1246         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcpy.c">memcpy.c</A>
1247         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcpy.m4">memcpy.m4</A><BR>gl_FUNC_MEMCPY
1248         <TD ALIGN=LEFT VALIGN=TOP>---
1249       </TR>
1250       <TR>
1251         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memmove"></A><A HREF="modules/memmove">memmove</A>
1252         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/string.h.html">string.h</A>&gt;
1253         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memmove.c">memmove.c</A>
1254         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memmove.m4">memmove.m4</A><BR>gl_FUNC_MEMMOVE
1255         <TD ALIGN=LEFT VALIGN=TOP>---
1256       </TR>
1257       <TR>
1258         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memset"></A><A HREF="modules/memset">memset</A>
1259         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/string.h.html">string.h</A>&gt;
1260         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memset.c">memset.c</A>
1261         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memset.m4">memset.m4</A><BR>gl_FUNC_MEMSET
1262         <TD ALIGN=LEFT VALIGN=TOP>---
1263       </TR>
1264       <TR>
1265         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strcspn"></A><A HREF="modules/strcspn">strcspn</A>
1266         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/string.h.html">string.h</A>&gt;
1267         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strcspn.c">strcspn.c</A>
1268         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strcspn.m4">strcspn.m4</A><BR>gl_FUNC_STRCSPN
1269         <TD ALIGN=LEFT VALIGN=TOP>---
1270       </TR>
1271       <TR>
1272         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strpbrk"></A><A HREF="modules/strpbrk">strpbrk</A>
1273         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strpbrk.h">strpbrk.h</A>"
1274         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strpbrk.c">strpbrk.c</A>
1275         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strpbrk.m4">strpbrk.m4</A><BR>gl_FUNC_STRPBRK
1276         <TD ALIGN=LEFT VALIGN=TOP>---
1277       </TR>
1278       <TR>
1279         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strstr"></A><A HREF="modules/strstr">strstr</A>
1280         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strstr.h">strstr.h</A>"
1281         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strstr.c">strstr.c</A>
1282         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strstr.m4">strstr.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR>gl_FUNC_STRSTR
1283         <TD ALIGN=LEFT VALIGN=TOP>mbuiter
1284       </TR>
1285       <TR>
1286         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strerror"></A><A HREF="modules/strerror">strerror</A>
1287         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/string.h.html">string.h</A>&gt;
1288         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strerror.c">strerror.c</A>
1289         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strerror.m4">strerror.m4</A><BR>gl_FUNC_STRERROR
1290         <TD ALIGN=LEFT VALIGN=TOP>---
1291       </TR>
1292       <TR>
1293         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mktime"></A><A HREF="modules/mktime">mktime</A>
1294         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/time.h.html">time.h</A>&gt;
1295         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mktime.c">mktime.c</A>
1296         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mktime.m4">mktime.m4</A><BR>gl_FUNC_MKTIME
1297         <TD ALIGN=LEFT VALIGN=TOP>time_r
1298       </TR>
1299     </TABLE>
1300     Most of these modules are not listed among dependencies below, for simplicity.
1301     <H2><A NAME="ansic_enh">Enhancements for ANSI C 89 functions</A></H2>
1302     <H3><A NAME="ansic_enh_assert_diagnostics">Diagnostics &lt;assert.h&gt;</A></H3>
1303     <TABLE>
1304       <TR>
1305         <TH ALIGN=LEFT>modules/
1306         <TH ALIGN=LEFT>lib/
1307         <TH ALIGN=LEFT>lib/
1308         <TH ALIGN=LEFT>m4/
1309         <TH ALIGN=LEFT>&nbsp;
1310       </TR>
1311       <TR>
1312         <TH ALIGN=LEFT>Module
1313         <TH ALIGN=LEFT>Header
1314         <TH ALIGN=LEFT>Implementation
1315         <TH ALIGN=LEFT>Autoconf macro
1316         <TH ALIGN=LEFT>Depends on
1317       </TR>
1318       <TR>
1319         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=verify"></A><A HREF="modules/verify">verify</A>
1320         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/verify.h">verify.h</A>"
1321         <TD ALIGN=LEFT VALIGN=TOP>---
1322         <TD ALIGN=LEFT VALIGN=TOP>---
1323         <TD ALIGN=LEFT VALIGN=TOP>---
1324       </TR>
1325     </TABLE>
1326     <H3><A NAME="ansic_enh_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
1327     <TABLE>
1328       <TR>
1329         <TH ALIGN=LEFT>modules/
1330         <TH ALIGN=LEFT>lib/
1331         <TH ALIGN=LEFT>lib/
1332         <TH ALIGN=LEFT>m4/
1333         <TH ALIGN=LEFT>&nbsp;
1334       </TR>
1335       <TR>
1336         <TH ALIGN=LEFT>Module
1337         <TH ALIGN=LEFT>Header
1338         <TH ALIGN=LEFT>Implementation
1339         <TH ALIGN=LEFT>Autoconf macro
1340         <TH ALIGN=LEFT>Depends on
1341       </TR>
1342       <TR>
1343         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=calloc"></A><A HREF="modules/calloc">calloc</A>
1344         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1345         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/calloc.c">calloc.c</A>
1346         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/calloc.m4">calloc.m4</A><BR>AC_FUNC_CALLOC
1347         <TD ALIGN=LEFT VALIGN=TOP>---
1348       </TR>
1349       <TR>
1350         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=eealloc"></A><A HREF="modules/eealloc">eealloc</A>
1351         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;eealloc.h&gt;
1352         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/eealloc.h">eealloc.h</A>
1353         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/eealloc.m4">eealloc.m4</A><BR>gl_EEALLOC
1354         <TD ALIGN=LEFT VALIGN=TOP>---
1355       </TR>
1356       <TR>
1357         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=free"></A><A HREF="modules/free">free</A>
1358         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1359         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/free.c">free.c</A>
1360         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/free.m4">free.m4</A><BR>gl_FUNC_FREE
1361         <TD ALIGN=LEFT VALIGN=TOP>---
1362       </TR>
1363       <TR>
1364         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=malloc"></A><A HREF="modules/malloc">malloc</A>
1365         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1366         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/malloc.c">malloc.c</A>
1367         <TD ALIGN=LEFT VALIGN=TOP>AC_FUNC_MALLOC
1368         <TD ALIGN=LEFT VALIGN=TOP>---
1369       </TR>
1370       <TR>
1371         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=realloc"></A><A HREF="modules/realloc">realloc</A>
1372         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
1373         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/realloc.c">realloc.c</A>
1374         <TD ALIGN=LEFT VALIGN=TOP>AC_FUNC_REALLOC
1375         <TD ALIGN=LEFT VALIGN=TOP>---
1376       </TR>
1377       <TR>
1378         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=pagealign_alloc"></A><A HREF="modules/pagealign_alloc">pagealign_alloc</A>
1379         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/pagealign_alloc.h">pagealign_alloc.h</A>"
1380         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/pagealign_alloc.c">pagealign_alloc.c</A>
1381         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mmap-anon.m4">mmap-anon.m4</A><BR><A HREF="m4/pagealign_alloc.m4">pagealign_alloc.m4</A><BR>gl_PAGEALIGN_ALLOC
1382         <TD ALIGN=LEFT VALIGN=TOP>error<BR>exit<BR>getpagesize<BR>gettext-h<BR>xalloc
1383       </TR>
1384     </TABLE>
1385     <H3><A NAME="ansic_enh_time_datetime">Date and time &lt;time.h&gt;</A></H3>
1386     <TABLE>
1387       <TR>
1388         <TH ALIGN=LEFT>modules/
1389         <TH ALIGN=LEFT>lib/
1390         <TH ALIGN=LEFT>lib/
1391         <TH ALIGN=LEFT>m4/
1392         <TH ALIGN=LEFT>&nbsp;
1393       </TR>
1394       <TR>
1395         <TH ALIGN=LEFT>Module
1396         <TH ALIGN=LEFT>Header
1397         <TH ALIGN=LEFT>Implementation
1398         <TH ALIGN=LEFT>Autoconf macro
1399         <TH ALIGN=LEFT>Depends on
1400       </TR>
1401       <TR>
1402         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fprintftime"></A><A HREF="modules/fprintftime">fprintftime</A>
1403         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fprintftime.h">fprintftime.h</A>"
1404         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fprintftime.c">fprintftime.c</A>
1405         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fprintftime.m4">fprintftime.m4</A><BR>gl_FPRINTFTIME
1406         <TD ALIGN=LEFT VALIGN=TOP>strftime
1407       </TR>
1408       <TR>
1409         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strftime"></A><A HREF="modules/strftime">strftime</A>
1410         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strftime.h">strftime.h</A>"
1411         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strftime.c">strftime.c</A>
1412         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/tm_gmtoff.m4">tm_gmtoff.m4</A><BR><A HREF="m4/strftime.m4">strftime.m4</A><BR>gl_FUNC_GNU_STRFTIME
1413         <TD ALIGN=LEFT VALIGN=TOP>time_r<BR>stdbool
1414       </TR>
1415     </TABLE>
1416     <H2><A NAME="ansic_ext">Extra functions based on ANSI C 89</A></H2>
1417     <H3><A NAME="ansic_ext_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
1418     <TABLE>
1419       <TR>
1420         <TH ALIGN=LEFT>modules/
1421         <TH ALIGN=LEFT>lib/
1422         <TH ALIGN=LEFT>lib/
1423         <TH ALIGN=LEFT>m4/
1424         <TH ALIGN=LEFT>&nbsp;
1425       </TR>
1426       <TR>
1427         <TH ALIGN=LEFT>Module
1428         <TH ALIGN=LEFT>Header
1429         <TH ALIGN=LEFT>Implementation
1430         <TH ALIGN=LEFT>Autoconf macro
1431         <TH ALIGN=LEFT>Depends on
1432       </TR>
1433       <TR>
1434         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xsize"></A><A HREF="modules/xsize">xsize</A>
1435         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xsize.h">xsize.h</A>"
1436         <TD ALIGN=LEFT VALIGN=TOP>---
1437         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xsize.m4">xsize.m4</A><BR>gl_XSIZE
1438         <TD ALIGN=LEFT VALIGN=TOP>size_max
1439       </TR>
1440       <TR>
1441         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xalloc"></A><A HREF="modules/xalloc">xalloc</A>
1442         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xalloc.h">xalloc.h</A>"
1443         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xmalloc.c">xmalloc.c</A>
1444         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xalloc.m4">xalloc.m4</A><BR>gl_XALLOC
1445         <TD ALIGN=LEFT VALIGN=TOP>xalloc-die
1446       </TR>
1447       <TR>
1448         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xalloc-die"></A><A HREF="modules/xalloc-die">xalloc-die</A>
1449         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xalloc.h">xalloc.h</A>"
1450         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xalloc-die.c">xalloc-die.c</A>
1451         <TD ALIGN=LEFT VALIGN=TOP>---
1452         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>error<BR>gettext-h<BR>exitfail
1453       </TR>
1454       <TR>
1455         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=alloca"></A><A HREF="modules/alloca">alloca</A>
1456         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;alloca.h&gt;
1457         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/alloca.c">alloca.c</A>
1458         <TD ALIGN=LEFT VALIGN=TOP>---
1459         <TD ALIGN=LEFT VALIGN=TOP>alloca-opt
1460       </TR>
1461       <TR>
1462         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=alloca-opt"></A><A HREF="modules/alloca-opt">alloca-opt</A>
1463         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;alloca.h&gt;
1464         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/alloca_.h">alloca_.h</A>
1465         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/alloca.m4">alloca.m4</A><BR>gl_FUNC_ALLOCA
1466         <TD ALIGN=LEFT VALIGN=TOP>---
1467       </TR>
1468       <TR>
1469         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=allocsa"></A><A HREF="modules/allocsa">allocsa</A>
1470         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/allocsa.h">allocsa.h</A>"
1471         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/allocsa.c">allocsa.c</A><BR><A HREF="lib/allocsa.valgrind">allocsa.valgrind</A>
1472         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/allocsa.m4">allocsa.m4</A><BR><A HREF="m4/eealloc.m4">eealloc.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/longdouble.m4">longdouble.m4</A><BR>gl_ALLOCSA
1473         <TD ALIGN=LEFT VALIGN=TOP>alloca-opt
1474       </TR>
1475       <TR>
1476         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xallocsa"></A><A HREF="modules/xallocsa">xallocsa</A>
1477         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xallocsa.h">xallocsa.h</A>"
1478         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xallocsa.c">xallocsa.c</A>
1479         <TD ALIGN=LEFT VALIGN=TOP>---
1480         <TD ALIGN=LEFT VALIGN=TOP>allocsa<BR>xalloc
1481       </TR>
1482     </TABLE>
1483     <H3><A NAME="ansic_ext_stdlib_arith">Integer arithmetic functions &lt;stdlib.h&gt;</A></H3>
1484     <TABLE>
1485       <TR>
1486         <TH ALIGN=LEFT>modules/
1487         <TH ALIGN=LEFT>lib/
1488         <TH ALIGN=LEFT>lib/
1489         <TH ALIGN=LEFT>m4/
1490         <TH ALIGN=LEFT>&nbsp;
1491       </TR>
1492       <TR>
1493         <TH ALIGN=LEFT>Module
1494         <TH ALIGN=LEFT>Header
1495         <TH ALIGN=LEFT>Implementation
1496         <TH ALIGN=LEFT>Autoconf macro
1497         <TH ALIGN=LEFT>Depends on
1498       </TR>
1499       <TR>
1500         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gcd"></A><A HREF="modules/gcd">gcd</A>
1501         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gcd.h">gcd.h</A>"
1502         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gcd.c">gcd.c</A>
1503         <TD ALIGN=LEFT VALIGN=TOP>---
1504         <TD ALIGN=LEFT VALIGN=TOP>---
1505       </TR>
1506       <TR>
1507         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=minmax"></A><A HREF="modules/minmax">minmax</A>
1508         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/minmax.h">minmax.h</A>"
1509         <TD ALIGN=LEFT VALIGN=TOP>---
1510         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/minmax.m4">minmax.m4</A><BR>gl_MINMAX
1511         <TD ALIGN=LEFT VALIGN=TOP>---
1512       </TR>
1513     </TABLE>
1514     <H3><A NAME="ansic_ext_stdlib_env">Environment variables &lt;stdlib.h&gt;</A></H3>
1515     <TABLE>
1516       <TR>
1517         <TH ALIGN=LEFT>modules/
1518         <TH ALIGN=LEFT>lib/
1519         <TH ALIGN=LEFT>lib/
1520         <TH ALIGN=LEFT>m4/
1521         <TH ALIGN=LEFT>&nbsp;
1522       </TR>
1523       <TR>
1524         <TH ALIGN=LEFT>Module
1525         <TH ALIGN=LEFT>Header
1526         <TH ALIGN=LEFT>Implementation
1527         <TH ALIGN=LEFT>Autoconf macro
1528         <TH ALIGN=LEFT>Depends on
1529       </TR>
1530       <TR>
1531         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=putenv"></A><A HREF="modules/putenv">putenv</A>
1532         <TD ALIGN=LEFT VALIGN=TOP>---
1533         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/putenv.c">putenv.c</A>
1534         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/putenv.m4">putenv.m4</A><BR>gl_FUNC_PUTENV
1535         <TD ALIGN=LEFT VALIGN=TOP>---
1536       </TR>
1537       <TR>
1538         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=setenv"></A><A HREF="modules/setenv">setenv</A>
1539         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/setenv.h">setenv.h</A>"
1540         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/setenv.c">setenv.c</A><BR><A HREF="lib/unsetenv.c">unsetenv.c</A>
1541         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/setenv.m4">setenv.m4</A><BR>gt_FUNC_SETENV
1542         <TD ALIGN=LEFT VALIGN=TOP>allocsa<BR>alloca-opt
1543       </TR>
1544       <TR>
1545         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xsetenv"></A><A HREF="modules/xsetenv">xsetenv</A>
1546         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xsetenv.h">xsetenv.h</A>"
1547         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xsetenv.c">xsetenv.c</A>
1548         <TD ALIGN=LEFT VALIGN=TOP>---
1549         <TD ALIGN=LEFT VALIGN=TOP>setenv<BR>error<BR>exit<BR>gettext-h
1550       </TR>
1551     </TABLE>
1552     <H3><A NAME="ansic_ext_ctype">Character handling &lt;ctype.h&gt;</A></H3>
1553     <TABLE>
1554       <TR>
1555         <TH ALIGN=LEFT>modules/
1556         <TH ALIGN=LEFT>lib/
1557         <TH ALIGN=LEFT>lib/
1558         <TH ALIGN=LEFT>m4/
1559         <TH ALIGN=LEFT>&nbsp;
1560       </TR>
1561       <TR>
1562         <TH ALIGN=LEFT>Module
1563         <TH ALIGN=LEFT>Header
1564         <TH ALIGN=LEFT>Implementation
1565         <TH ALIGN=LEFT>Autoconf macro
1566         <TH ALIGN=LEFT>Depends on
1567       </TR>
1568       <TR>
1569         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-ctype"></A><A HREF="modules/c-ctype">c-ctype</A>
1570         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-ctype.h">c-ctype.h</A>"
1571         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-ctype.c">c-ctype.c</A>
1572         <TD ALIGN=LEFT VALIGN=TOP>---
1573         <TD ALIGN=LEFT VALIGN=TOP>stdbool
1574       </TR>
1575     </TABLE>
1576     <H3><A NAME="ansic_ext_string">String handling &lt;string.h&gt;</A></H3>
1577     <TABLE>
1578       <TR>
1579         <TH ALIGN=LEFT>modules/
1580         <TH ALIGN=LEFT>lib/
1581         <TH ALIGN=LEFT>lib/
1582         <TH ALIGN=LEFT>m4/
1583         <TH ALIGN=LEFT>&nbsp;
1584       </TR>
1585       <TR>
1586         <TH ALIGN=LEFT>Module
1587         <TH ALIGN=LEFT>Header
1588         <TH ALIGN=LEFT>Implementation
1589         <TH ALIGN=LEFT>Autoconf macro
1590         <TH ALIGN=LEFT>Depends on
1591       </TR>
1592       <TR>
1593         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=bcopy"></A><A HREF="modules/bcopy">bcopy</A>
1594         <TD ALIGN=LEFT VALIGN=TOP>---
1595         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/bcopy.c">bcopy.c</A>
1596         <TD ALIGN=LEFT VALIGN=TOP>AC_REPLACE_FUNCS(bcopy)
1597         <TD ALIGN=LEFT VALIGN=TOP>---
1598       </TR>
1599       <TR>
1600         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memmem"></A><A HREF="modules/memmem">memmem</A>
1601         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memmem.h">memmem.h</A>"
1602         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memmem.c">memmem.c</A>
1603         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memmem.m4">memmem.m4</A><BR>gl_FUNC_MEMMEM
1604         <TD ALIGN=LEFT VALIGN=TOP>---
1605       </TR>
1606       <TR>
1607         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mempcpy"></A><A HREF="modules/mempcpy">mempcpy</A>
1608         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mempcpy.h">mempcpy.h</A>"
1609         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mempcpy.c">mempcpy.c</A>
1610         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mempcpy.m4">mempcpy.m4</A><BR>gl_FUNC_MEMPCPY
1611         <TD ALIGN=LEFT VALIGN=TOP>---
1612       </TR>
1613       <TR>
1614         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memrchr"></A><A HREF="modules/memrchr">memrchr</A>
1615         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memrchr.h">memrchr.h</A>"
1616         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memrchr.c">memrchr.c</A>
1617         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memrchr.m4">memrchr.m4</A><BR>gl_FUNC_MEMRCHR
1618         <TD ALIGN=LEFT VALIGN=TOP>---
1619       </TR>
1620       <TR>
1621         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stpcpy"></A><A HREF="modules/stpcpy">stpcpy</A>
1622         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stpcpy.h">stpcpy.h</A>"
1623         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stpcpy.c">stpcpy.c</A>
1624         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stpcpy.m4">stpcpy.m4</A><BR>gl_FUNC_STPCPY
1625         <TD ALIGN=LEFT VALIGN=TOP>---
1626       </TR>
1627       <TR>
1628         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stpncpy"></A><A HREF="modules/stpncpy">stpncpy</A>
1629         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stpncpy.h">stpncpy.h</A>"
1630         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stpncpy.c">stpncpy.c</A>
1631         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stpncpy.m4">stpncpy.m4</A><BR>gl_FUNC_STPNCPY
1632         <TD ALIGN=LEFT VALIGN=TOP>---
1633       </TR>
1634       <TR>
1635         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-strcase"></A><A HREF="modules/c-strcase">c-strcase</A>
1636         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-strcase.h">c-strcase.h</A>"
1637         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-strcasecmp.c">c-strcasecmp.c</A><BR><A HREF="lib/c-strncasecmp.c">c-strncasecmp.c</A>
1638         <TD ALIGN=LEFT VALIGN=TOP>---
1639         <TD ALIGN=LEFT VALIGN=TOP>c-ctype
1640       </TR>
1641       <TR>
1642         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strcase"></A><A HREF="modules/strcase">strcase</A>
1643         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strcase.h">strcase.h</A>"
1644         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strcasecmp.c">strcasecmp.c</A><BR><A HREF="lib/strncasecmp.c">strncasecmp.c</A>
1645         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strcase.m4">strcase.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR>gl_STRCASE
1646         <TD ALIGN=LEFT VALIGN=TOP>mbuiter
1647       </TR>
1648       <TR>
1649         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-strcasestr"></A><A HREF="modules/c-strcasestr">c-strcasestr</A>
1650         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-strcasestr.h">c-strcasestr.h</A>"
1651         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-strcasestr.c">c-strcasestr.c</A>
1652         <TD ALIGN=LEFT VALIGN=TOP>---
1653         <TD ALIGN=LEFT VALIGN=TOP>c-ctype
1654       </TR>
1655       <TR>
1656         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strcasestr"></A><A HREF="modules/strcasestr">strcasestr</A>
1657         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strcasestr.h">strcasestr.h</A>"
1658         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strcasestr.c">strcasestr.c</A>
1659         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strcasestr.m4">strcasestr.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR>gl_FUNC_STRCASESTR
1660         <TD ALIGN=LEFT VALIGN=TOP>mbuiter
1661       </TR>
1662       <TR>
1663         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strchrnul"></A><A HREF="modules/strchrnul">strchrnul</A>
1664         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strchrnul.h">strchrnul.h</A>"
1665         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strchrnul.c">strchrnul.c</A>
1666         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strchrnul.m4">strchrnul.m4</A><BR>gl_FUNC_STRCHRNUL
1667         <TD ALIGN=LEFT VALIGN=TOP>---
1668       </TR>
1669       <TR>
1670         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strdup"></A><A HREF="modules/strdup">strdup</A>
1671         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strdup.h">strdup.h</A>"
1672         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strdup.c">strdup.c</A>
1673         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strdup.m4">strdup.m4</A><BR>gl_FUNC_STRDUP
1674         <TD ALIGN=LEFT VALIGN=TOP>---
1675       </TR>
1676       <TR>
1677         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strnlen"></A><A HREF="modules/strnlen">strnlen</A>
1678         <TD ALIGN=LEFT VALIGN=TOP>---
1679         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strnlen.h">strnlen.h</A><BR><A HREF="lib/strnlen.c">strnlen.c</A>
1680         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strnlen.m4">strnlen.m4</A><BR>gl_FUNC_STRNLEN
1681         <TD ALIGN=LEFT VALIGN=TOP>---
1682       </TR>
1683       <TR>
1684         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strnlen1"></A><A HREF="modules/strnlen1">strnlen1</A>
1685         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strnlen1.h">strnlen1.h</A>"
1686         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strnlen1.c">strnlen1.c</A>
1687         <TD ALIGN=LEFT VALIGN=TOP>---
1688         <TD ALIGN=LEFT VALIGN=TOP>memchr
1689       </TR>
1690       <TR>
1691         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strndup"></A><A HREF="modules/strndup">strndup</A>
1692         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strndup.h">strndup.h</A>"
1693         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strndup.c">strndup.c</A>
1694         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strndup.m4">strndup.m4</A><BR>gl_FUNC_STRNDUP
1695         <TD ALIGN=LEFT VALIGN=TOP>strnlen
1696       </TR>
1697       <TR>
1698         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strsep"></A><A HREF="modules/strsep">strsep</A>
1699         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strsep.h">strsep.h</A>"
1700         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strsep.c">strsep.c</A>
1701         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strsep.m4">strsep.m4</A><BR>gl_FUNC_STRSEP
1702         <TD ALIGN=LEFT VALIGN=TOP>strpbrk
1703       </TR>
1704       <TR>
1705         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrndup"></A><A HREF="modules/xstrndup">xstrndup</A>
1706         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrndup.h">xstrndup.h</A>"
1707         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrndup.c">xstrndup.c</A>
1708         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrndup.m4">xstrndup.m4</A><BR>gl_XSTRNDUP
1709         <TD ALIGN=LEFT VALIGN=TOP>strndup<BR>xalloc
1710       </TR>
1711     </TABLE>
1712     <H3><A NAME="ansic_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
1713     <TABLE>
1714       <TR>
1715         <TH ALIGN=LEFT>modules/
1716         <TH ALIGN=LEFT>lib/
1717         <TH ALIGN=LEFT>lib/
1718         <TH ALIGN=LEFT>m4/
1719         <TH ALIGN=LEFT>&nbsp;
1720       </TR>
1721       <TR>
1722         <TH ALIGN=LEFT>Module
1723         <TH ALIGN=LEFT>Header
1724         <TH ALIGN=LEFT>Implementation
1725         <TH ALIGN=LEFT>Autoconf macro
1726         <TH ALIGN=LEFT>Depends on
1727       </TR>
1728       <TR>
1729         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-strtod"></A><A HREF="modules/c-strtod">c-strtod</A>
1730         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-strtod.h">c-strtod.h</A>"
1731         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-strtod.c">c-strtod.c</A>
1732         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-strtod.m4">c-strtod.m4</A><BR>gl_C_STRTOD
1733         <TD ALIGN=LEFT VALIGN=TOP>extensions<BR>xalloc
1734       </TR>
1735       <TR>
1736         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-strtold"></A><A HREF="modules/c-strtold">c-strtold</A>
1737         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-strtod.h">c-strtod.h</A>"
1738         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-strtod.c">c-strtod.c</A><BR><A HREF="lib/c-strtold.c">c-strtold.c</A>
1739         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-strtod.m4">c-strtod.m4</A><BR>gl_C_STRTOLD
1740         <TD ALIGN=LEFT VALIGN=TOP>extensions<BR>xalloc
1741       </TR>
1742       <TR>
1743         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtod"></A><A HREF="modules/xstrtod">xstrtod</A>
1744         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtod.h">xstrtod.h</A>"
1745         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtod.c">xstrtod.c</A>
1746         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtod.m4">xstrtod.m4</A><BR>gl_XSTRTOD
1747         <TD ALIGN=LEFT VALIGN=TOP>stdbool
1748       </TR>
1749       <TR>
1750         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtol"></A><A HREF="modules/xstrtol">xstrtol</A>
1751         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
1752         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/intprops.h">intprops.h</A><BR><A HREF="lib/xstrtol.c">xstrtol.c</A><BR><A HREF="lib/xstrtoul.c">xstrtoul.c</A>
1753         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/intmax_t.m4">intmax_t.m4</A><BR><A HREF="m4/xstrtol.m4">xstrtol.m4</A><BR>gl_XSTRTOL
1754         <TD ALIGN=LEFT VALIGN=TOP>exitfail<BR>error
1755       </TR>
1756     </TABLE>
1757     <H3><A NAME="ansic_ext_time_datetime">Date and time &lt;time.h&gt;</A></H3>
1758     <TABLE>
1759       <TR>
1760         <TH ALIGN=LEFT>modules/
1761         <TH ALIGN=LEFT>lib/
1762         <TH ALIGN=LEFT>lib/
1763         <TH ALIGN=LEFT>m4/
1764         <TH ALIGN=LEFT>&nbsp;
1765       </TR>
1766       <TR>
1767         <TH ALIGN=LEFT>Module
1768         <TH ALIGN=LEFT>Header
1769         <TH ALIGN=LEFT>Implementation
1770         <TH ALIGN=LEFT>Autoconf macro
1771         <TH ALIGN=LEFT>Depends on
1772       </TR>
1773       <TR>
1774         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getdate"></A><A HREF="modules/getdate">getdate</A>
1775         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getdate.h">getdate.h</A>"
1776         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getdate.y">getdate.y</A>
1777         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/bison.m4">bison.m4</A><BR><A HREF="m4/tm_gmtoff.m4">tm_gmtoff.m4</A><BR><A HREF="m4/getdate.m4">getdate.m4</A><BR>gl_GETDATE
1778         <TD ALIGN=LEFT VALIGN=TOP>timespec<BR>stdbool<BR>gettime<BR>mktime<BR>setenv<BR>xalloc
1779       </TR>
1780       <TR>
1781         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=timegm"></A><A HREF="modules/timegm">timegm</A>
1782         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/timegm.h">timegm.h</A>"
1783         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/timegm.c">timegm.c</A>
1784         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/timegm.m4">timegm.m4</A><BR>gl_FUNC_TIMEGM
1785         <TD ALIGN=LEFT VALIGN=TOP>mktime<BR>time_r
1786       </TR>
1787       <TR>
1788         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=tzset"></A><A HREF="modules/tzset">tzset</A>
1789         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/time.h.html">time.h</A>&gt;
1790         <TD ALIGN=LEFT VALIGN=TOP>---
1791         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/tzset.m4">tzset.m4</A><BR>gl_FUNC_TZSET_CLOBBER
1792         <TD ALIGN=LEFT VALIGN=TOP>gettimeofday
1793       </TR>
1794     </TABLE>
1795     <H3><A NAME="ansic_ext_stdio">Input/Output &lt;stdio.h&gt;</A></H3>
1796     <TABLE>
1797       <TR>
1798         <TH ALIGN=LEFT>modules/
1799         <TH ALIGN=LEFT>lib/
1800         <TH ALIGN=LEFT>lib/
1801         <TH ALIGN=LEFT>m4/
1802         <TH ALIGN=LEFT>&nbsp;
1803       </TR>
1804       <TR>
1805         <TH ALIGN=LEFT>Module
1806         <TH ALIGN=LEFT>Header
1807         <TH ALIGN=LEFT>Implementation
1808         <TH ALIGN=LEFT>Autoconf macro
1809         <TH ALIGN=LEFT>Depends on
1810       </TR>
1811       <TR>
1812         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unlocked-io"></A><A HREF="modules/unlocked-io">unlocked-io</A>
1813         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unlocked-io.h">unlocked-io.h</A>"
1814         <TD ALIGN=LEFT VALIGN=TOP>---
1815         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unlocked-io.m4">unlocked-io.m4</A><BR>gl_FUNC_GLIBC_UNLOCKED_IO
1816         <TD ALIGN=LEFT VALIGN=TOP>extensions
1817       </TR>
1818       <TR>
1819         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fwriteerror"></A><A HREF="modules/fwriteerror">fwriteerror</A>
1820         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fwriteerror.h">fwriteerror.h</A>"
1821         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fwriteerror.c">fwriteerror.c</A>
1822         <TD ALIGN=LEFT VALIGN=TOP>---
1823         <TD ALIGN=LEFT VALIGN=TOP>stdbool
1824       </TR>
1825       <TR>
1826         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=vasnprintf"></A><A HREF="modules/vasnprintf">vasnprintf</A>
1827         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/vasnprintf.h">vasnprintf.h</A>"
1828         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/printf-args.h">printf-args.h</A><BR><A HREF="lib/printf-args.c">printf-args.c</A><BR><A HREF="lib/printf-parse.h">printf-parse.h</A><BR><A HREF="lib/printf-parse.c">printf-parse.c</A><BR><A HREF="lib/vasnprintf.c">vasnprintf.c</A><BR><A HREF="lib/asnprintf.c">asnprintf.c</A>
1829         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/signed.m4">signed.m4</A><BR><A HREF="m4/longdouble.m4">longdouble.m4</A><BR><A HREF="m4/wchar_t.m4">wchar_t.m4</A><BR><A HREF="m4/wint_t.m4">wint_t.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/intmax_t.m4">intmax_t.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/eoverflow.m4">eoverflow.m4</A><BR><A HREF="m4/vasnprintf.m4">vasnprintf.m4</A><BR>gl_FUNC_VASNPRINTF
1830         <TD ALIGN=LEFT VALIGN=TOP>alloca-opt<BR>xsize
1831       </TR>
1832       <TR>
1833         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=vasprintf"></A><A HREF="modules/vasprintf">vasprintf</A>
1834         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/vasprintf.h">vasprintf.h</A>"
1835         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/vasprintf.c">vasprintf.c</A><BR><A HREF="lib/asprintf.c">asprintf.c</A>
1836         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/vasprintf.m4">vasprintf.m4</A><BR>gl_FUNC_VASPRINTF
1837         <TD ALIGN=LEFT VALIGN=TOP>vasnprintf
1838       </TR>
1839       <TR>
1840         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xvasprintf"></A><A HREF="modules/xvasprintf">xvasprintf</A>
1841         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xvasprintf.h">xvasprintf.h</A>"
1842         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xvasprintf.c">xvasprintf.c</A><BR><A HREF="lib/xasprintf.c">xasprintf.c</A><BR><A HREF="lib/xalloc.h">xalloc.h</A>
1843         <TD ALIGN=LEFT VALIGN=TOP>---
1844         <TD ALIGN=LEFT VALIGN=TOP>vasprintf<BR>xalloc-die
1845       </TR>
1846     </TABLE>
1847     <H3><A NAME="ansic_ext_signal">Signal handling &lt;signal.h&gt;</A></H3>
1848     <TABLE>
1849       <TR>
1850         <TH ALIGN=LEFT>modules/
1851         <TH ALIGN=LEFT>lib/
1852         <TH ALIGN=LEFT>lib/
1853         <TH ALIGN=LEFT>m4/
1854         <TH ALIGN=LEFT>&nbsp;
1855       </TR>
1856       <TR>
1857         <TH ALIGN=LEFT>Module
1858         <TH ALIGN=LEFT>Header
1859         <TH ALIGN=LEFT>Implementation
1860         <TH ALIGN=LEFT>Autoconf macro
1861         <TH ALIGN=LEFT>Depends on
1862       </TR>
1863       <TR>
1864         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fatal-signal"></A><A HREF="modules/fatal-signal">fatal-signal</A>
1865         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fatal-signal.h">fatal-signal.h</A>"
1866         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fatal-signal.c">fatal-signal.c</A>
1867         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fatal-signal.m4">fatal-signal.m4</A><BR><A HREF="m4/signalblocking.m4">signalblocking.m4</A><BR><A HREF="m4/sig_atomic_t.m4">sig_atomic_t.m4</A><BR>gl_FATAL_SIGNAL
1868         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stdbool
1869       </TR>
1870       <TR>
1871         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=raise"></A><A HREF="modules/raise">raise</A>
1872         <TD ALIGN=LEFT VALIGN=TOP>---
1873         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/raise.c">raise.c</A>
1874         <TD ALIGN=LEFT VALIGN=TOP>AC_REPLACE_FUNCS(raise)
1875         <TD ALIGN=LEFT VALIGN=TOP>---
1876       </TR>
1877     </TABLE>
1878     <H3><A NAME="ansic_ext_argv">Command-line arguments</A></H3>
1879     <TABLE>
1880       <TR>
1881         <TH ALIGN=LEFT>modules/
1882         <TH ALIGN=LEFT>lib/
1883         <TH ALIGN=LEFT>lib/
1884         <TH ALIGN=LEFT>m4/
1885         <TH ALIGN=LEFT>&nbsp;
1886       </TR>
1887       <TR>
1888         <TH ALIGN=LEFT>Module
1889         <TH ALIGN=LEFT>Header
1890         <TH ALIGN=LEFT>Implementation
1891         <TH ALIGN=LEFT>Autoconf macro
1892         <TH ALIGN=LEFT>Depends on
1893       </TR>
1894       <TR>
1895         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=argmatch"></A><A HREF="modules/argmatch">argmatch</A>
1896         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/argmatch.h">argmatch.h</A>"
1897         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/argmatch.c">argmatch.c</A>
1898         <TD ALIGN=LEFT VALIGN=TOP>---
1899         <TD ALIGN=LEFT VALIGN=TOP>gettext-h<BR>error<BR>quotearg<BR>quote<BR>exit<BR>exitfail<BR>verify<BR>stdbool
1900       </TR>
1901       <TR>
1902         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=version-etc"></A><A HREF="modules/version-etc">version-etc</A>
1903         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/version-etc.h">version-etc.h</A>"
1904         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/version-etc.c">version-etc.c</A>
1905         <TD ALIGN=LEFT VALIGN=TOP>---
1906         <TD ALIGN=LEFT VALIGN=TOP>gettext-h
1907       </TR>
1908       <TR>
1909         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=version-etc-fsf"></A><A HREF="modules/version-etc-fsf">version-etc-fsf</A>
1910         <TD ALIGN=LEFT VALIGN=TOP>---
1911         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/version-etc-fsf.c">version-etc-fsf.c</A>
1912         <TD ALIGN=LEFT VALIGN=TOP>---
1913         <TD ALIGN=LEFT VALIGN=TOP>version-etc
1914       </TR>
1915       <TR>
1916         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=long-options"></A><A HREF="modules/long-options">long-options</A>
1917         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/long-options.h">long-options.h</A>"
1918         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/long-options.c">long-options.c</A>
1919         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/long-options.m4">long-options.m4</A><BR>gl_LONG_OPTIONS
1920         <TD ALIGN=LEFT VALIGN=TOP>version-etc
1921       </TR>
1922     </TABLE>
1923     <H3><A NAME="ansic_ext_crypto">Cryptographic computations</A></H3>
1924     <TABLE>
1925       <TR>
1926         <TH ALIGN=LEFT>modules/
1927         <TH ALIGN=LEFT>lib/
1928         <TH ALIGN=LEFT>lib/
1929         <TH ALIGN=LEFT>m4/
1930         <TH ALIGN=LEFT>&nbsp;
1931       </TR>
1932       <TR>
1933         <TH ALIGN=LEFT>Module
1934         <TH ALIGN=LEFT>Header
1935         <TH ALIGN=LEFT>Implementation
1936         <TH ALIGN=LEFT>Autoconf macro
1937         <TH ALIGN=LEFT>Depends on
1938       </TR>
1939       <TR>
1940         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=md5"></A><A HREF="modules/md5">md5</A>
1941         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/md5.h">md5.h</A>"
1942         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md5.c">md5.c</A>
1943         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/md5.m4">md5.m4</A><BR>gl_MD5
1944         <TD ALIGN=LEFT VALIGN=TOP>stdint
1945       </TR>
1946       <TR>
1947         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sha1"></A><A HREF="modules/sha1">sha1</A>
1948         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/sha1.h">sha1.h</A>"
1949         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sha1.c">sha1.c</A>
1950         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sha1.m4">sha1.m4</A><BR>gl_SHA1
1951         <TD ALIGN=LEFT VALIGN=TOP>stdint
1952       </TR>
1953     </TABLE>
1954     <H3><A NAME="ansic_ext_misc">Misc</A></H3>
1955     <TABLE>
1956       <TR>
1957         <TH ALIGN=LEFT>modules/
1958         <TH ALIGN=LEFT>lib/
1959         <TH ALIGN=LEFT>lib/
1960         <TH ALIGN=LEFT>m4/
1961         <TH ALIGN=LEFT>&nbsp;
1962       </TR>
1963       <TR>
1964         <TH ALIGN=LEFT>Module
1965         <TH ALIGN=LEFT>Header
1966         <TH ALIGN=LEFT>Implementation
1967         <TH ALIGN=LEFT>Autoconf macro
1968         <TH ALIGN=LEFT>Depends on
1969       </TR>
1970       <TR>
1971         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=base64"></A><A HREF="modules/base64">base64</A>
1972         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/base64.h">base64.h</A>"
1973         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/base64.c">base64.c</A>
1974         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/base64.m4">base64.m4</A><BR>gl_FUNC_BASE64
1975         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>restrict
1976       </TR>
1977       <TR>
1978         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=check-version"></A><A HREF="modules/check-version">check-version</A>
1979         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/check-version.h">check-version.h</A>"
1980         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/check-version.c">check-version.c</A>
1981         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/check-version.m4">check-version.m4</A><BR>gl_CHECK_VERSION
1982         <TD ALIGN=LEFT VALIGN=TOP>strverscmp
1983       </TR>
1984       <TR>
1985         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=diacrit"></A><A HREF="modules/diacrit">diacrit</A>
1986         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/diacrit.h">diacrit.h</A>"
1987         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/diacrit.c">diacrit.c</A>
1988         <TD ALIGN=LEFT VALIGN=TOP>---
1989         <TD ALIGN=LEFT VALIGN=TOP>---
1990       </TR>
1991       <TR>
1992         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getline"></A><A HREF="modules/getline">getline</A>
1993         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getline.h">getline.h</A>"
1994         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getline.c">getline.c</A>
1995         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getline.m4">getline.m4</A><BR>gl_FUNC_GETLINE
1996         <TD ALIGN=LEFT VALIGN=TOP>getdelim
1997       </TR>
1998       <TR>
1999         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getdelim"></A><A HREF="modules/getdelim">getdelim</A>
2000         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getdelim.h">getdelim.h</A>"
2001         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getdelim.c">getdelim.c</A>
2002         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getdelim.m4">getdelim.m4</A><BR>gl_FUNC_GETDELIM
2003         <TD ALIGN=LEFT VALIGN=TOP>---
2004       </TR>
2005       <TR>
2006         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getnline"></A><A HREF="modules/getnline">getnline</A>
2007         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getnline.h">getnline.h</A>"
2008         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getnline.c">getnline.c</A>
2009         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getnline.m4">getnline.m4</A><BR>gl_GETNLINE
2010         <TD ALIGN=LEFT VALIGN=TOP>getndelim2<BR>ssize_t
2011       </TR>
2012       <TR>
2013         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getndelim2"></A><A HREF="modules/getndelim2">getndelim2</A>
2014         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getndelim2.h">getndelim2.h</A>"
2015         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getndelim2.c">getndelim2.c</A>
2016         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getndelim2.m4">getndelim2.m4</A><BR>gl_GETNDELIM2
2017         <TD ALIGN=LEFT VALIGN=TOP>ssize_t
2018       </TR>
2019       <TR>
2020         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=linebuffer"></A><A HREF="modules/linebuffer">linebuffer</A>
2021         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/linebuffer.h">linebuffer.h</A>"
2022         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/linebuffer.c">linebuffer.c</A>
2023         <TD ALIGN=LEFT VALIGN=TOP>---
2024         <TD ALIGN=LEFT VALIGN=TOP>xalloc
2025       </TR>
2026       <TR>
2027         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=obstack"></A><A HREF="modules/obstack">obstack</A>
2028         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/obstack.h">obstack.h</A>"
2029         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/obstack.c">obstack.c</A>
2030         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/obstack.m4">obstack.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR>gl_OBSTACK
2031         <TD ALIGN=LEFT VALIGN=TOP>gettext-h<BR>exit<BR>exitfail
2032       </TR>
2033       <TR>
2034         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hash-pjw"></A><A HREF="modules/hash-pjw">hash-pjw</A>
2035         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hash-pjw.h">hash-pjw.h</A>"
2036         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hash-pjw.c">hash-pjw.c</A>
2037         <TD ALIGN=LEFT VALIGN=TOP>---
2038         <TD ALIGN=LEFT VALIGN=TOP>---
2039       </TR>
2040       <TR>
2041         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hash"></A><A HREF="modules/hash">hash</A>
2042         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hash.h">hash.h</A>"
2043         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hash.c">hash.c</A>
2044         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hash.m4">hash.m4</A><BR>gl_HASH
2045         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>xalloc
2046       </TR>
2047       <TR>
2048         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readline"></A><A HREF="modules/readline">readline</A>
2049         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readline.h">readline.h</A>"
2050         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readline.c">readline.c</A>
2051         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readline.m4">readline.m4</A><BR>gl_FUNC_READLINE
2052         <TD ALIGN=LEFT VALIGN=TOP>getline<BR>havelib
2053       </TR>
2054       <TR>
2055         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readtokens"></A><A HREF="modules/readtokens">readtokens</A>
2056         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readtokens.h">readtokens.h</A>"
2057         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readtokens.c">readtokens.c</A>
2058         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readtokens.m4">readtokens.m4</A><BR>gl_READTOKENS
2059         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stdbool
2060       </TR>
2061       <TR>
2062         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readtokens0"></A><A HREF="modules/readtokens0">readtokens0</A>
2063         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readtokens0.h">readtokens0.h</A>"
2064         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readtokens0.c">readtokens0.c</A>
2065         <TD ALIGN=LEFT VALIGN=TOP>---
2066         <TD ALIGN=LEFT VALIGN=TOP>obstack<BR>stdbool
2067       </TR>
2068       <TR>
2069         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strverscmp"></A><A HREF="modules/strverscmp">strverscmp</A>
2070         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strverscmp.h">strverscmp.h</A>"
2071         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strverscmp.c">strverscmp.c</A>
2072         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strverscmp.m4">strverscmp.m4</A><BR>gl_FUNC_STRVERSCMP
2073         <TD ALIGN=LEFT VALIGN=TOP>---
2074       </TR>
2075     </TABLE>
2076     <H2><A NAME="isoc_sup">Support for systems lacking ISO C 99</A></H2>
2077     <H3><A NAME="isoc_sup_keywords">Keywords</A></H3>
2078     <TABLE>
2079       <TR>
2080         <TH ALIGN=LEFT>modules/
2081         <TH ALIGN=LEFT>lib/
2082         <TH ALIGN=LEFT>lib/
2083         <TH ALIGN=LEFT>m4/
2084         <TH ALIGN=LEFT>&nbsp;
2085       </TR>
2086       <TR>
2087         <TH ALIGN=LEFT>Module
2088         <TH ALIGN=LEFT>Header
2089         <TH ALIGN=LEFT>Implementation
2090         <TH ALIGN=LEFT>Autoconf macro
2091         <TH ALIGN=LEFT>Depends on
2092       </TR>
2093       <TR>
2094         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=restrict"></A><A HREF="modules/restrict">restrict</A>
2095         <TD ALIGN=LEFT VALIGN=TOP>---
2096         <TD ALIGN=LEFT VALIGN=TOP>---
2097         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/restrict.m4">restrict.m4</A><BR>gl_C_RESTRICT
2098         <TD ALIGN=LEFT VALIGN=TOP>---
2099       </TR>
2100     </TABLE>
2101     <H3><A NAME="isoc_sup_limits">Sizes of integer types &lt;limits.h&gt;</A></H3>
2102     <TABLE>
2103       <TR>
2104         <TH ALIGN=LEFT>modules/
2105         <TH ALIGN=LEFT>lib/
2106         <TH ALIGN=LEFT>lib/
2107         <TH ALIGN=LEFT>m4/
2108         <TH ALIGN=LEFT>&nbsp;
2109       </TR>
2110       <TR>
2111         <TH ALIGN=LEFT>Module
2112         <TH ALIGN=LEFT>Header
2113         <TH ALIGN=LEFT>Implementation
2114         <TH ALIGN=LEFT>Autoconf macro
2115         <TH ALIGN=LEFT>Depends on
2116       </TR>
2117       <TR>
2118         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ullong_max"></A><A HREF="modules/ullong_max">ullong_max</A>
2119         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/limits.h.html">limits.h</A>&gt;
2120         <TD ALIGN=LEFT VALIGN=TOP>---
2121         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ullong_max.m4">ullong_max.m4</A><BR>gl_ULLONG_MAX
2122         <TD ALIGN=LEFT VALIGN=TOP>---
2123       </TR>
2124       <TR>
2125         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=size_max"></A><A HREF="modules/size_max">size_max</A>
2126         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/size_max.h">size_max.h</A>"
2127         <TD ALIGN=LEFT VALIGN=TOP>---
2128         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/size_max.m4">size_max.m4</A><BR>gl_SIZE_MAX
2129         <TD ALIGN=LEFT VALIGN=TOP>---
2130       </TR>
2131     </TABLE>
2132     <H3><A NAME="isoc_sup_stdbool">Boolean type and values &lt;stdbool.h&gt;</A></H3>
2133     <TABLE>
2134       <TR>
2135         <TH ALIGN=LEFT>modules/
2136         <TH ALIGN=LEFT>lib/
2137         <TH ALIGN=LEFT>lib/
2138         <TH ALIGN=LEFT>m4/
2139         <TH ALIGN=LEFT>&nbsp;
2140       </TR>
2141       <TR>
2142         <TH ALIGN=LEFT>Module
2143         <TH ALIGN=LEFT>Header
2144         <TH ALIGN=LEFT>Implementation
2145         <TH ALIGN=LEFT>Autoconf macro
2146         <TH ALIGN=LEFT>Depends on
2147       </TR>
2148       <TR>
2149         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stdbool"></A><A HREF="modules/stdbool">stdbool</A>
2150         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdbool.h.html">stdbool.h</A>&gt;
2151         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stdbool_.h">stdbool_.h</A>
2152         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stdbool.m4">stdbool.m4</A><BR>AM_STDBOOL_H
2153         <TD ALIGN=LEFT VALIGN=TOP>---
2154       </TR>
2155     </TABLE>
2156     <H3><A NAME="isoc_sup_stdint">Integer types and values &lt;stdint.h&gt;</A></H3>
2157     <TABLE>
2158       <TR>
2159         <TH ALIGN=LEFT>modules/
2160         <TH ALIGN=LEFT>lib/
2161         <TH ALIGN=LEFT>lib/
2162         <TH ALIGN=LEFT>m4/
2163         <TH ALIGN=LEFT>&nbsp;
2164       </TR>
2165       <TR>
2166         <TH ALIGN=LEFT>Module
2167         <TH ALIGN=LEFT>Header
2168         <TH ALIGN=LEFT>Implementation
2169         <TH ALIGN=LEFT>Autoconf macro
2170         <TH ALIGN=LEFT>Depends on
2171       </TR>
2172       <TR>
2173         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stdint"></A><A HREF="modules/stdint">stdint</A>
2174         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdint.h.html">stdint.h</A>&gt;
2175         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stdint_.h">stdint_.h</A>
2176         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stdint.m4">stdint.m4</A><BR><A HREF="m4/inttypes.m4">inttypes.m4</A><BR>gl_STDINT_H
2177         <TD ALIGN=LEFT VALIGN=TOP>---
2178       </TR>
2179     </TABLE>
2180     <H3><A NAME="isoc_sup_stdio">Input/output &lt;stdio.h&gt;</A></H3>
2181     <TABLE>
2182       <TR>
2183         <TH ALIGN=LEFT>modules/
2184         <TH ALIGN=LEFT>lib/
2185         <TH ALIGN=LEFT>lib/
2186         <TH ALIGN=LEFT>m4/
2187         <TH ALIGN=LEFT>&nbsp;
2188       </TR>
2189       <TR>
2190         <TH ALIGN=LEFT>Module
2191         <TH ALIGN=LEFT>Header
2192         <TH ALIGN=LEFT>Implementation
2193         <TH ALIGN=LEFT>Autoconf macro
2194         <TH ALIGN=LEFT>Depends on
2195       </TR>
2196       <TR>
2197         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=snprintf"></A><A HREF="modules/snprintf">snprintf</A>
2198         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/snprintf.h">snprintf.h</A>"
2199         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/snprintf.c">snprintf.c</A>
2200         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/snprintf.m4">snprintf.m4</A><BR>gl_FUNC_SNPRINTF
2201         <TD ALIGN=LEFT VALIGN=TOP>vasnprintf<BR>minmax
2202       </TR>
2203       <TR>
2204         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=vsnprintf"></A><A HREF="modules/vsnprintf">vsnprintf</A>
2205         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/vsnprintf.h">vsnprintf.h</A>"
2206         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/vsnprintf.c">vsnprintf.c</A>
2207         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/vsnprintf.m4">vsnprintf.m4</A><BR>gl_FUNC_VSNPRINTF
2208         <TD ALIGN=LEFT VALIGN=TOP>vasnprintf<BR>minmax
2209       </TR>
2210     </TABLE>
2211     <H3><A NAME="isoc_sup_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
2212     <TABLE>
2213       <TR>
2214         <TH ALIGN=LEFT>modules/
2215         <TH ALIGN=LEFT>lib/
2216         <TH ALIGN=LEFT>lib/
2217         <TH ALIGN=LEFT>m4/
2218         <TH ALIGN=LEFT>&nbsp;
2219       </TR>
2220       <TR>
2221         <TH ALIGN=LEFT>Module
2222         <TH ALIGN=LEFT>Header
2223         <TH ALIGN=LEFT>Implementation
2224         <TH ALIGN=LEFT>Autoconf macro
2225         <TH ALIGN=LEFT>Depends on
2226       </TR>
2227       <TR>
2228         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoll"></A><A HREF="modules/strtoll">strtoll</A>
2229         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
2230         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoll.c">strtoll.c</A>
2231         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/strtoll.m4">strtoll.m4</A><BR>gl_FUNC_STRTOLL
2232         <TD ALIGN=LEFT VALIGN=TOP>strtol
2233       </TR>
2234       <TR>
2235         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoull"></A><A HREF="modules/strtoull">strtoull</A>
2236         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
2237         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoull.c">strtoull.c</A>
2238         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/strtoull.m4">strtoull.m4</A><BR>gl_FUNC_STRTOULL
2239         <TD ALIGN=LEFT VALIGN=TOP>strtoul
2240       </TR>
2241     </TABLE>
2242     <H3><A NAME="isoc_sup_inttypes">Functions for greatest-width integer types &lt;inttypes.h&gt;</A></H3>
2243     <TABLE>
2244       <TR>
2245         <TH ALIGN=LEFT>modules/
2246         <TH ALIGN=LEFT>lib/
2247         <TH ALIGN=LEFT>lib/
2248         <TH ALIGN=LEFT>m4/
2249         <TH ALIGN=LEFT>&nbsp;
2250       </TR>
2251       <TR>
2252         <TH ALIGN=LEFT>Module
2253         <TH ALIGN=LEFT>Header
2254         <TH ALIGN=LEFT>Implementation
2255         <TH ALIGN=LEFT>Autoconf macro
2256         <TH ALIGN=LEFT>Depends on
2257       </TR>
2258       <TR>
2259         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoimax"></A><A HREF="modules/strtoimax">strtoimax</A>
2260         <TD ALIGN=LEFT VALIGN=TOP>---
2261         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoimax.c">strtoimax.c</A>
2262         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/intmax_t.m4">intmax_t.m4</A><BR><A HREF="m4/strtoimax.m4">strtoimax.m4</A><BR>gl_FUNC_STRTOIMAX
2263         <TD ALIGN=LEFT VALIGN=TOP>strtoll<BR>verify
2264       </TR>
2265       <TR>
2266         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoumax"></A><A HREF="modules/strtoumax">strtoumax</A>
2267         <TD ALIGN=LEFT VALIGN=TOP>---
2268         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoumax.c">strtoumax.c</A>
2269         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/strtoumax.m4">strtoumax.m4</A><BR>gl_FUNC_STRTOUMAX
2270         <TD ALIGN=LEFT VALIGN=TOP>strtoimax<BR>strtoull
2271       </TR>
2272     </TABLE>
2273     <H3><A NAME="isoc_sup_math">Mathematics &lt;math.h&gt;</A></H3>
2274     <TABLE>
2275       <TR>
2276         <TH ALIGN=LEFT>modules/
2277         <TH ALIGN=LEFT>lib/
2278         <TH ALIGN=LEFT>lib/
2279         <TH ALIGN=LEFT>m4/
2280         <TH ALIGN=LEFT>&nbsp;
2281       </TR>
2282       <TR>
2283         <TH ALIGN=LEFT>Module
2284         <TH ALIGN=LEFT>Header
2285         <TH ALIGN=LEFT>Implementation
2286         <TH ALIGN=LEFT>Autoconf macro
2287         <TH ALIGN=LEFT>Depends on
2288       </TR>
2289       <TR>
2290         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mathl"></A><A HREF="modules/mathl">mathl</A>
2291         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mathl.h">mathl.h</A>"
2292         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/acosl.c">acosl.c</A><BR><A HREF="lib/asinl.c">asinl.c</A><BR><A HREF="lib/atanl.c">atanl.c</A><BR><A HREF="lib/ceill.c">ceill.c</A><BR><A HREF="lib/cosl.c">cosl.c</A><BR><A HREF="lib/expl.c">expl.c</A><BR><A HREF="lib/floorl.c">floorl.c</A><BR><A HREF="lib/frexpl.c">frexpl.c</A><BR><A HREF="lib/ldexpl.c">ldexpl.c</A><BR><A HREF="lib/logl.c">logl.c</A><BR><A HREF="lib/sincosl.c">sincosl.c</A><BR><A HREF="lib/sinl.c">sinl.c</A><BR><A HREF="lib/sqrtl.c">sqrtl.c</A><BR><A HREF="lib/tanl.c">tanl.c</A><BR><A HREF="lib/trigl.c">trigl.c</A><BR><A HREF="lib/trigl.h">trigl.h</A>
2293         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mathl.m4">mathl.m4</A><BR>gl_FUNC_LONG_DOUBLE_MATH
2294         <TD ALIGN=LEFT VALIGN=TOP>---
2295       </TR>
2296     </TABLE>
2297     <H2><A NAME="isoc_enh">Enhancements for ISO C 99 functions</A></H2>
2298     <TABLE>
2299       <TR>
2300         <TH ALIGN=LEFT>modules/
2301         <TH ALIGN=LEFT>lib/
2302         <TH ALIGN=LEFT>lib/
2303         <TH ALIGN=LEFT>m4/
2304         <TH ALIGN=LEFT>&nbsp;
2305       </TR>
2306       <TR>
2307         <TH ALIGN=LEFT>Module
2308         <TH ALIGN=LEFT>Header
2309         <TH ALIGN=LEFT>Implementation
2310         <TH ALIGN=LEFT>Autoconf macro
2311         <TH ALIGN=LEFT>Depends on
2312       </TR>
2313     </TABLE>
2314     <H2><A NAME="isoc_ext">Extra functions based on ISO C 99</A></H2>
2315     <H3><A NAME="isoc_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
2316     <TABLE>
2317       <TR>
2318         <TH ALIGN=LEFT>modules/
2319         <TH ALIGN=LEFT>lib/
2320         <TH ALIGN=LEFT>lib/
2321         <TH ALIGN=LEFT>m4/
2322         <TH ALIGN=LEFT>&nbsp;
2323       </TR>
2324       <TR>
2325         <TH ALIGN=LEFT>Module
2326         <TH ALIGN=LEFT>Header
2327         <TH ALIGN=LEFT>Implementation
2328         <TH ALIGN=LEFT>Autoconf macro
2329         <TH ALIGN=LEFT>Depends on
2330       </TR>
2331       <TR>
2332         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=inttostr"></A><A HREF="modules/inttostr">inttostr</A>
2333         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/inttostr.h">inttostr.h</A>"
2334         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/imaxtostr.c">imaxtostr.c</A><BR><A HREF="lib/intprops.h">intprops.h</A><BR><A HREF="lib/inttostr.c">inttostr.c</A><BR><A HREF="lib/offtostr.c">offtostr.c</A><BR><A HREF="lib/umaxtostr.c">umaxtostr.c</A>
2335         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/intmax_t.m4">intmax_t.m4</A><BR><A HREF="m4/inttostr.m4">inttostr.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR>gl_INTTOSTR
2336         <TD ALIGN=LEFT VALIGN=TOP>---
2337       </TR>
2338       <TR>
2339         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtoimax"></A><A HREF="modules/xstrtoimax">xstrtoimax</A>
2340         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
2341         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtoimax.c">xstrtoimax.c</A>
2342         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtoimax.m4">xstrtoimax.m4</A><BR>gl_XSTRTOIMAX
2343         <TD ALIGN=LEFT VALIGN=TOP>xstrtol<BR>strtoimax
2344       </TR>
2345       <TR>
2346         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtoumax"></A><A HREF="modules/xstrtoumax">xstrtoumax</A>
2347         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
2348         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtoumax.c">xstrtoumax.c</A>
2349         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtoumax.m4">xstrtoumax.m4</A><BR>gl_XSTRTOUMAX
2350         <TD ALIGN=LEFT VALIGN=TOP>xstrtol<BR>strtoumax
2351       </TR>
2352     </TABLE>
2353     <H3><A NAME="isoc_ext_wchar_mb">Extended multibyte and wide character utilities &lt;wchar.h&gt;</A></H3>
2354     <TABLE>
2355       <TR>
2356         <TH ALIGN=LEFT>modules/
2357         <TH ALIGN=LEFT>lib/
2358         <TH ALIGN=LEFT>lib/
2359         <TH ALIGN=LEFT>m4/
2360         <TH ALIGN=LEFT>&nbsp;
2361       </TR>
2362       <TR>
2363         <TH ALIGN=LEFT>Module
2364         <TH ALIGN=LEFT>Header
2365         <TH ALIGN=LEFT>Implementation
2366         <TH ALIGN=LEFT>Autoconf macro
2367         <TH ALIGN=LEFT>Depends on
2368       </TR>
2369       <TR>
2370         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mbchar"></A><A HREF="modules/mbchar">mbchar</A>
2371         <TD ALIGN=LEFT VALIGN=TOP>#if HAVE_WCHAR_H && HAVE_WCTYPE_H<BR>#include "<A HREF="lib/mbchar.h">mbchar.h</A>"<BR>#endif
2372         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mbchar.c">mbchar.c</A>
2373         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbchar.m4">mbchar.m4</A><BR>gl_MBCHAR
2374         <TD ALIGN=LEFT VALIGN=TOP>stdbool
2375       </TR>
2376       <TR>
2377         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mbiter"></A><A HREF="modules/mbiter">mbiter</A>
2378         <TD ALIGN=LEFT VALIGN=TOP>#if HAVE_MBRTOWC<BR>#include "<A HREF="lib/mbiter.h">mbiter.h</A>"<BR>#endif
2379         <TD ALIGN=LEFT VALIGN=TOP>---
2380         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbiter.m4">mbiter.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR>gl_MBITER
2381         <TD ALIGN=LEFT VALIGN=TOP>mbchar<BR>stdbool
2382       </TR>
2383       <TR>
2384         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mbuiter"></A><A HREF="modules/mbuiter">mbuiter</A>
2385         <TD ALIGN=LEFT VALIGN=TOP>#if HAVE_MBRTOWC<BR>#include "<A HREF="lib/mbuiter.h">mbuiter.h</A>"<BR>#endif
2386         <TD ALIGN=LEFT VALIGN=TOP>---
2387         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbiter.m4">mbiter.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR>gl_MBITER
2388         <TD ALIGN=LEFT VALIGN=TOP>mbchar<BR>stdbool<BR>strnlen1
2389       </TR>
2390       <TR>
2391         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mbfile"></A><A HREF="modules/mbfile">mbfile</A>
2392         <TD ALIGN=LEFT VALIGN=TOP>#if HAVE_MBRTOWC<BR>#include "<A HREF="lib/mbfile.h">mbfile.h</A>"<BR>#endif
2393         <TD ALIGN=LEFT VALIGN=TOP>---
2394         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbfile.m4">mbfile.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR>gl_MBFILE
2395         <TD ALIGN=LEFT VALIGN=TOP>mbchar<BR>stdbool
2396       </TR>
2397     </TABLE>
2398     <H2><A NAME="posix_sup">Support for systems lacking POSIX:2001</A></H2>
2399     <TABLE>
2400       <TR>
2401         <TH ALIGN=LEFT>modules/
2402         <TH ALIGN=LEFT>lib/
2403         <TH ALIGN=LEFT>lib/
2404         <TH ALIGN=LEFT>m4/
2405         <TH ALIGN=LEFT>&nbsp;
2406       </TR>
2407       <TR>
2408         <TH ALIGN=LEFT>Module
2409         <TH ALIGN=LEFT>Header
2410         <TH ALIGN=LEFT>Implementation
2411         <TH ALIGN=LEFT>Autoconf macro
2412         <TH ALIGN=LEFT>Depends on
2413       </TR>
2414       <TR>
2415         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=chown"></A><A HREF="modules/chown">chown</A>
2416         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/unistd.h.html">unistd.h</A>&gt;
2417         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/chown.c">chown.c</A><BR><A HREF="lib/fchown-stub.c">fchown-stub.c</A>
2418         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/chown.m4">chown.m4</A><BR>gl_FUNC_CHOWN
2419         <TD ALIGN=LEFT VALIGN=TOP>---
2420       </TR>
2421       <TR>
2422         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dup2"></A><A HREF="modules/dup2">dup2</A>
2423         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/unistd.h.html">unistd.h</A>&gt;
2424         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dup2.c">dup2.c</A>
2425         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dup2.m4">dup2.m4</A><BR>gl_FUNC_DUP2
2426         <TD ALIGN=LEFT VALIGN=TOP>---
2427       </TR>
2428       <TR>
2429         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ftruncate"></A><A HREF="modules/ftruncate">ftruncate</A>
2430         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/unistd.h.html">unistd.h</A>&gt;
2431         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/ftruncate.c">ftruncate.c</A>
2432         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ftruncate.m4">ftruncate.m4</A><BR>gl_FUNC_FTRUNCATE
2433         <TD ALIGN=LEFT VALIGN=TOP>---
2434       </TR>
2435       <TR>
2436         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getaddrinfo"></A><A HREF="modules/getaddrinfo">getaddrinfo</A>
2437         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getaddrinfo.h">getaddrinfo.h</A>"
2438         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getaddrinfo.c">getaddrinfo.c</A><BR><A HREF="lib/gai_strerror.c">gai_strerror.c</A>
2439         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getaddrinfo.m4">getaddrinfo.m4</A><BR><A HREF="m4/sockpfaf.m4">sockpfaf.m4</A><BR>gl_GETADDRINFO
2440         <TD ALIGN=LEFT VALIGN=TOP>restrict<BR>gettext-h<BR>socklen<BR>stdbool<BR>strdup
2441       </TR>
2442       <TR>
2443         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getcwd"></A><A HREF="modules/getcwd">getcwd</A>
2444         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getcwd.h">getcwd.h</A>"
2445         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getcwd.c">getcwd.c</A>
2446         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/d-ino.m4">d-ino.m4</A><BR><A HREF="m4/getcwd-path-max.m4">getcwd-path-max.m4</A><BR><A HREF="m4/getcwd.m4">getcwd.m4</A><BR>gl_FUNC_GETCWD
2447         <TD ALIGN=LEFT VALIGN=TOP>mempcpy<BR>extensions<BR>stdbool
2448       </TR>
2449       <TR>
2450         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getgroups"></A><A HREF="modules/getgroups">getgroups</A>
2451         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/unistd.h.html">unistd.h</A>&gt;
2452         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getgroups.c">getgroups.c</A>
2453         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getgroups.m4">getgroups.m4</A><BR>gl_FUNC_GETGROUPS
2454         <TD ALIGN=LEFT VALIGN=TOP>xalloc
2455       </TR>
2456       <TR>
2457         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gethostname"></A><A HREF="modules/gethostname">gethostname</A>
2458         <TD ALIGN=LEFT VALIGN=TOP>---
2459         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gethostname.c">gethostname.c</A>
2460         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gethostname.m4">gethostname.m4</A><BR>gl_FUNC_GETHOSTNAME
2461         <TD ALIGN=LEFT VALIGN=TOP>---
2462       </TR>
2463       <TR>
2464         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getlogin_r"></A><A HREF="modules/getlogin_r">getlogin_r</A>
2465         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getlogin_r.h">getlogin_r.h</A>"
2466         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getlogin_r.c">getlogin_r.c</A>
2467         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getlogin_r.m4">getlogin_r.m4</A><BR>gl_GETLOGIN_R
2468         <TD ALIGN=LEFT VALIGN=TOP>---
2469       </TR>
2470       <TR>
2471         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getsubopt"></A><A HREF="modules/getsubopt">getsubopt</A>
2472         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getsubopt.h">getsubopt.h</A>"
2473         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getsubopt.c">getsubopt.c</A>
2474         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getsubopt.m4">getsubopt.m4</A><BR>gl_FUNC_GETSUBOPT
2475         <TD ALIGN=LEFT VALIGN=TOP>strchrnul
2476       </TR>
2477       <TR>
2478         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettimeofday"></A><A HREF="modules/gettimeofday">gettimeofday</A>
2479         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/sys/time.h.html">sys/time.h</A>&gt;
2480         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gettimeofday.c">gettimeofday.c</A>
2481         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gettimeofday.m4">gettimeofday.m4</A><BR>AC_FUNC_GETTIMEOFDAY_CLOBBER
2482         <TD ALIGN=LEFT VALIGN=TOP>---
2483       </TR>
2484       <TR>
2485         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=inet_ntop"></A><A HREF="modules/inet_ntop">inet_ntop</A>
2486         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/inet_ntop.h">inet_ntop.h</A>"
2487         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/inet_ntop.c">inet_ntop.c</A>
2488         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/inet_ntop.m4">inet_ntop.m4</A><BR><A HREF="m4/sockpfaf.m4">sockpfaf.m4</A><BR>gl_INET_NTOP
2489         <TD ALIGN=LEFT VALIGN=TOP>socklen
2490       </TR>
2491       <TR>
2492         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkdir"></A><A HREF="modules/mkdir">mkdir</A>
2493         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/sys/stat.h.html">sys/stat.h</A>&gt;
2494         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkdir.c">mkdir.c</A>
2495         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mkdir-slash.m4">mkdir-slash.m4</A><BR>gl_FUNC_MKDIR_TRAILING_SLASH
2496         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>dirname
2497       </TR>
2498       <TR>
2499         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkstemp"></A><A HREF="modules/mkstemp">mkstemp</A>
2500         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdlib.h.html">stdlib.h</A>&gt;
2501         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkstemp.c">mkstemp.c</A><BR><A HREF="lib/tempname.c">tempname.c</A>
2502         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/mkstemp.m4">mkstemp.m4</A><BR>gl_FUNC_MKSTEMP
2503         <TD ALIGN=LEFT VALIGN=TOP>stat-macros
2504       </TR>
2505       <TR>
2506         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkdtemp"></A><A HREF="modules/mkdtemp">mkdtemp</A>
2507         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mkdtemp.h">mkdtemp.h</A>"
2508         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkdtemp.c">mkdtemp.c</A>
2509         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/mkdtemp.m4">mkdtemp.m4</A><BR>gt_FUNC_MKDTEMP
2510         <TD ALIGN=LEFT VALIGN=TOP>---
2511       </TR>
2512       <TR>
2513         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=poll"></A><A HREF="modules/poll">poll</A>
2514         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/poll.h.html">poll.h</A>&gt;
2515         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/poll.c">poll.c</A><BR><A HREF="lib/poll_.h">poll_.h</A>
2516         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/poll.m4">poll.m4</A><BR>gl_FUNC_POLL
2517         <TD ALIGN=LEFT VALIGN=TOP>---
2518       </TR>
2519       <TR>
2520         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readlink"></A><A HREF="modules/readlink">readlink</A>
2521         <TD ALIGN=LEFT VALIGN=TOP>---
2522         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readlink.c">readlink.c</A>
2523         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readlink.m4">readlink.m4</A><BR>gl_FUNC_READLINK
2524         <TD ALIGN=LEFT VALIGN=TOP>---
2525       </TR>
2526       <TR>
2527         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=lstat"></A><A HREF="modules/lstat">lstat</A>
2528         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/lstat.h">lstat.h</A>"
2529         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/lstat.c">lstat.c</A>
2530         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lstat.m4">lstat.m4</A><BR>gl_FUNC_LSTAT
2531         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stat-macros
2532       </TR>
2533       <TR>
2534         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=time_r"></A><A HREF="modules/time_r">time_r</A>
2535         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/time_r.h">time_r.h</A>"
2536         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/time_r.c">time_r.c</A>
2537         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/time_r.m4">time_r.m4</A><BR>gl_TIME_R
2538         <TD ALIGN=LEFT VALIGN=TOP>extensions<BR>restrict
2539       </TR>
2540       <TR>
2541         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=timespec"></A><A HREF="modules/timespec">timespec</A>
2542         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/timespec.h">timespec.h</A>"
2543         <TD ALIGN=LEFT VALIGN=TOP>---
2544         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/timespec.m4">timespec.m4</A><BR>gl_TIMESPEC
2545         <TD ALIGN=LEFT VALIGN=TOP>extensions
2546       </TR>
2547       <TR>
2548         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=nanosleep"></A><A HREF="modules/nanosleep">nanosleep</A>
2549         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/time.h.html">time.h</A>&gt;
2550         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/nanosleep.c">nanosleep.c</A>
2551         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/nanosleep.m4">nanosleep.m4</A><BR>gl_FUNC_NANOSLEEP
2552         <TD ALIGN=LEFT VALIGN=TOP>timespec<BR>stdbool
2553       </TR>
2554       <TR>
2555         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=regex"></A><A HREF="modules/regex">regex</A>
2556         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/regex.h">regex.h</A>"
2557         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/regex.c">regex.c</A><BR><A HREF="lib/regex_internal.c">regex_internal.c</A><BR><A HREF="lib/regex_internal.h">regex_internal.h</A><BR><A HREF="lib/regexec.c">regexec.c</A><BR><A HREF="lib/regcomp.c">regcomp.c</A>
2558         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/codeset.m4">codeset.m4</A><BR><A HREF="m4/regex.m4">regex.m4</A><BR>gl_REGEX
2559         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>extensions<BR>gettext-h<BR>malloc<BR>restrict<BR>strcase
2560       </TR>
2561       <TR>
2562         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rename"></A><A HREF="modules/rename">rename</A>
2563         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/stdio.h.html">stdio.h</A>&gt;
2564         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rename.c">rename.c</A>
2565         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rename.m4">rename.m4</A><BR>vb_FUNC_RENAME
2566         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>dirname
2567       </TR>
2568       <TR>
2569         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rmdir"></A><A HREF="modules/rmdir">rmdir</A>
2570         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/unistd.h.html">unistd.h</A>&gt;
2571         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rmdir.c">rmdir.c</A>
2572         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rmdir.m4">rmdir.m4</A><BR>gl_FUNC_RMDIR
2573         <TD ALIGN=LEFT VALIGN=TOP>stat-macros
2574       </TR>
2575       <TR>
2576         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ssize_t"></A><A HREF="modules/ssize_t">ssize_t</A>
2577         <TD ALIGN=LEFT VALIGN=TOP>---
2578         <TD ALIGN=LEFT VALIGN=TOP>---
2579         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ssize_t.m4">ssize_t.m4</A><BR>gt_TYPE_SSIZE_T
2580         <TD ALIGN=LEFT VALIGN=TOP>---
2581       </TR>
2582       <TR>
2583         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtok_r"></A><A HREF="modules/strtok_r">strtok_r</A>
2584         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strtok_r.h">strtok_r.h</A>"
2585         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtok_r.c">strtok_r.c</A>
2586         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtok_r.m4">strtok_r.m4</A><BR>gl_FUNC_STRTOK_R
2587         <TD ALIGN=LEFT VALIGN=TOP>---
2588       </TR>
2589       <TR>
2590         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utime"></A><A HREF="modules/utime">utime</A>
2591         <TD ALIGN=LEFT VALIGN=TOP>#if HAVE_UTIME_H<BR># include &lt;utime.h&gt;<BR>#else<BR># include &lt;sys/utime.h&gt;<BR>#endif
2592         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utime.c">utime.c</A>
2593         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utimbuf.m4">utimbuf.m4</A><BR><A HREF="m4/utime.m4">utime.m4</A><BR><A HREF="m4/utimes.m4">utimes.m4</A><BR><A HREF="m4/utimes-null.m4">utimes-null.m4</A><BR>gl_FUNC_UTIME
2594         <TD ALIGN=LEFT VALIGN=TOP>safe-read<BR>full-write
2595       </TR>
2596     </TABLE>
2597     <H2><A NAME="posix_enh">Enhancements for POSIX:2001 functions</A></H2>
2598     <TABLE>
2599       <TR>
2600         <TH ALIGN=LEFT>modules/
2601         <TH ALIGN=LEFT>lib/
2602         <TH ALIGN=LEFT>lib/
2603         <TH ALIGN=LEFT>m4/
2604         <TH ALIGN=LEFT>&nbsp;
2605       </TR>
2606       <TR>
2607         <TH ALIGN=LEFT>Module
2608         <TH ALIGN=LEFT>Header
2609         <TH ALIGN=LEFT>Implementation
2610         <TH ALIGN=LEFT>Autoconf macro
2611         <TH ALIGN=LEFT>Depends on
2612       </TR>
2613       <TR>
2614         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dirname"></A><A HREF="modules/dirname">dirname</A>
2615         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/dirname.h">dirname.h</A>"
2616         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dirname.c">dirname.c</A><BR><A HREF="lib/basename.c">basename.c</A><BR><A HREF="lib/stripslash.c">stripslash.c</A>
2617         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dos.m4">dos.m4</A><BR><A HREF="m4/dirname.m4">dirname.m4</A><BR>gl_DIRNAME
2618         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stdbool
2619       </TR>
2620       <TR>
2621         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getopt"></A><A HREF="modules/getopt">getopt</A>
2622         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;getopt.h&gt;
2623         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getopt_.h">getopt_.h</A><BR><A HREF="lib/getopt.c">getopt.c</A><BR><A HREF="lib/getopt1.c">getopt1.c</A><BR><A HREF="lib/getopt_int.h">getopt_int.h</A>
2624         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getopt.m4">getopt.m4</A><BR>gl_GETOPT
2625         <TD ALIGN=LEFT VALIGN=TOP>gettext-h
2626       </TR>
2627       <TR>
2628         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unistd-safer"></A><A HREF="modules/unistd-safer">unistd-safer</A>
2629         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unistd-safer.h">unistd-safer.h</A>"
2630         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/unistd--.h">unistd--.h</A><BR><A HREF="lib/dup-safer.c">dup-safer.c</A><BR><A HREF="lib/fd-safer.c">fd-safer.c</A><BR><A HREF="lib/pipe-safer.c">pipe-safer.c</A>
2631         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unistd-safer.m4">unistd-safer.m4</A><BR>gl_UNISTD_SAFER
2632         <TD ALIGN=LEFT VALIGN=TOP>---
2633       </TR>
2634       <TR>
2635         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch"></A><A HREF="modules/fnmatch">fnmatch</A>
2636         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/fnmatch.h.html">fnmatch.h</A>&gt;
2637         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fnmatch_.h">fnmatch_.h</A><BR><A HREF="lib/fnmatch.c">fnmatch.c</A><BR><A HREF="lib/fnmatch_loop.c">fnmatch_loop.c</A>
2638         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/fnmatch.m4">fnmatch.m4</A><BR># No macro. You should also use one of fnmatch-posix or fnmatch-gnu.
2639         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>stdbool
2640       </TR>
2641       <TR>
2642         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch-posix"></A><A HREF="modules/fnmatch-posix">fnmatch-posix</A>
2643         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fnmatch.h">fnmatch.h</A>"
2644         <TD ALIGN=LEFT VALIGN=TOP>---
2645         <TD ALIGN=LEFT VALIGN=TOP>gl_FUNC_FNMATCH_POSIX
2646         <TD ALIGN=LEFT VALIGN=TOP>fnmatch
2647       </TR>
2648       <TR>
2649         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch-gnu"></A><A HREF="modules/fnmatch-gnu">fnmatch-gnu</A>
2650         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fnmatch.h">fnmatch.h</A>"
2651         <TD ALIGN=LEFT VALIGN=TOP>---
2652         <TD ALIGN=LEFT VALIGN=TOP>gl_FUNC_FNMATCH_GNU
2653         <TD ALIGN=LEFT VALIGN=TOP>fnmatch
2654       </TR>
2655       <TR>
2656         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=glob"></A><A HREF="modules/glob">glob</A>
2657         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/glob.h.html">glob.h</A>&gt;
2658         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/glob_.h">glob_.h</A><BR><A HREF="lib/glob-libc.h">glob-libc.h</A><BR><A HREF="lib/glob.c">glob.c</A>
2659         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/d-type.m4">d-type.m4</A><BR><A HREF="m4/glob.m4">glob.m4</A><BR>gl_GLOB
2660         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>extensions<BR>fnmatch<BR>getlogin_r<BR>mempcpy<BR>restrict<BR>stat-macros<BR>stdbool<BR>strdup
2661       </TR>
2662       <TR>
2663         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exclude"></A><A HREF="modules/exclude">exclude</A>
2664         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exclude.h">exclude.h</A>"
2665         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/exclude.c">exclude.c</A>
2666         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/exclude.m4">exclude.m4</A><BR>gl_EXCLUDE
2667         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>strcase<BR>fnmatch-gnu<BR>stdbool<BR>verify
2668       </TR>
2669     </TABLE>
2670     <H2><A NAME="posix_ext">Extra functions based on POSIX:2001</A></H2>
2671     <H3><A NAME="posix_ext_conv">Numeric conversion functions</A></H3>
2672     <TABLE>
2673       <TR>
2674         <TH ALIGN=LEFT>modules/
2675         <TH ALIGN=LEFT>lib/
2676         <TH ALIGN=LEFT>lib/
2677         <TH ALIGN=LEFT>m4/
2678         <TH ALIGN=LEFT>&nbsp;
2679       </TR>
2680       <TR>
2681         <TH ALIGN=LEFT>Module
2682         <TH ALIGN=LEFT>Header
2683         <TH ALIGN=LEFT>Implementation
2684         <TH ALIGN=LEFT>Autoconf macro
2685         <TH ALIGN=LEFT>Depends on
2686       </TR>
2687       <TR>
2688         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=human"></A><A HREF="modules/human">human</A>
2689         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/human.h">human.h</A>"
2690         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/human.c">human.c</A><BR><A HREF="lib/intprops.h">intprops.h</A>
2691         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/human.m4">human.m4</A><BR>gl_HUMAN
2692         <TD ALIGN=LEFT VALIGN=TOP>gettext-h<BR>argmatch<BR>error<BR>xstrtoumax<BR>stdbool
2693       </TR>
2694     </TABLE>
2695     <H3><A NAME="posix_ext_filesys">File system functions</A></H3>
2696     <TABLE>
2697       <TR>
2698         <TH ALIGN=LEFT>modules/
2699         <TH ALIGN=LEFT>lib/
2700         <TH ALIGN=LEFT>lib/
2701         <TH ALIGN=LEFT>m4/
2702         <TH ALIGN=LEFT>&nbsp;
2703       </TR>
2704       <TR>
2705         <TH ALIGN=LEFT>Module
2706         <TH ALIGN=LEFT>Header
2707         <TH ALIGN=LEFT>Implementation
2708         <TH ALIGN=LEFT>Autoconf macro
2709         <TH ALIGN=LEFT>Depends on
2710       </TR>
2711       <TR>
2712         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=acl"></A><A HREF="modules/acl">acl</A>
2713         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/acl.h">acl.h</A>"
2714         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/acl.c">acl.c</A>
2715         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/acl.m4">acl.m4</A><BR>AC_FUNC_ACL
2716         <TD ALIGN=LEFT VALIGN=TOP>---
2717       </TR>
2718       <TR>
2719         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=backupfile"></A><A HREF="modules/backupfile">backupfile</A>
2720         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/backupfile.h">backupfile.h</A>"
2721         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/backupfile.c">backupfile.c</A>
2722         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dos.m4">dos.m4</A><BR><A HREF="m4/d-ino.m4">d-ino.m4</A><BR><A HREF="m4/backupfile.m4">backupfile.m4</A><BR>gl_BACKUPFILE
2723         <TD ALIGN=LEFT VALIGN=TOP>argmatch<BR>dirname<BR>stdbool
2724       </TR>
2725       <TR>
2726         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=canonicalize"></A><A HREF="modules/canonicalize">canonicalize</A>
2727         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/canonicalize.h">canonicalize.h</A>"
2728         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/canonicalize.c">canonicalize.c</A><BR><A HREF="lib/pathmax.h">pathmax.h</A>
2729         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/canonicalize.m4">canonicalize.m4</A><BR>AC_FUNC_CANONICALIZE_FILE_NAME
2730         <TD ALIGN=LEFT VALIGN=TOP>cycle-check<BR>filenamecat<BR>stat-macros<BR>xalloc<BR>xgetcwd<BR>xreadlink
2731       </TR>
2732       <TR>
2733         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=copy-file"></A><A HREF="modules/copy-file">copy-file</A>
2734         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/copy-file.h">copy-file.h</A>"
2735         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/copy-file.c">copy-file.c</A>
2736         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/copy-file.m4">copy-file.m4</A><BR>gl_COPY_FILE
2737         <TD ALIGN=LEFT VALIGN=TOP>error<BR>safe-read<BR>full-write<BR>binary-io<BR>exit<BR>gettext-h
2738       </TR>
2739       <TR>
2740         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=cycle-check"></A><A HREF="modules/cycle-check">cycle-check</A>
2741         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/cycle-check.h">cycle-check.h</A>"
2742         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/cycle-check.c">cycle-check.c</A><BR><A HREF="lib/dev-ino.h">dev-ino.h</A>
2743         <TD ALIGN=LEFT VALIGN=TOP>---
2744         <TD ALIGN=LEFT VALIGN=TOP>stdbool
2745       </TR>
2746       <TR>
2747         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fsusage"></A><A HREF="modules/fsusage">fsusage</A>
2748         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fsusage.h">fsusage.h</A>"
2749         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fsusage.c">fsusage.c</A>
2750         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/fsusage.m4">fsusage.m4</A><BR>gl_FSUSAGE
2751         <TD ALIGN=LEFT VALIGN=TOP>full-read<BR>stdbool
2752       </TR>
2753       <TR>
2754         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dirfd"></A><A HREF="modules/dirfd">dirfd</A>
2755         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/dirfd.h">dirfd.h</A>"
2756         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dirfd.c">dirfd.c</A>
2757         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dirfd.m4">dirfd.m4</A><BR>gl_FUNC_DIRFD
2758         <TD ALIGN=LEFT VALIGN=TOP>---
2759       </TR>
2760       <TR>
2761         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=euidaccess"></A><A HREF="modules/euidaccess">euidaccess</A>
2762         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/euidaccess.h">euidaccess.h</A>"
2763         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/euidaccess.c">euidaccess.c</A>
2764         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/euidaccess.m4">euidaccess.m4</A><BR>gl_FUNC_EUIDACCESS
2765         <TD ALIGN=LEFT VALIGN=TOP>group-member<BR>stat-macros
2766       </TR>
2767       <TR>
2768         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=file-type"></A><A HREF="modules/file-type">file-type</A>
2769         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/file-type.h">file-type.h</A>"
2770         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/file-type.c">file-type.c</A>
2771         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/file-type.m4">file-type.m4</A><BR>gl_FILE_TYPE
2772         <TD ALIGN=LEFT VALIGN=TOP>gettext-h<BR>stat-macros
2773       </TR>
2774       <TR>
2775         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fileblocks"></A><A HREF="modules/fileblocks">fileblocks</A>
2776         <TD ALIGN=LEFT VALIGN=TOP>---
2777         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fileblocks.c">fileblocks.c</A>
2778         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fileblocks.m4">fileblocks.m4</A><BR>gl_FILEBLOCKS
2779         <TD ALIGN=LEFT VALIGN=TOP>---
2780       </TR>
2781       <TR>
2782         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=filemode"></A><A HREF="modules/filemode">filemode</A>
2783         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/filemode.h">filemode.h</A>"
2784         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/filemode.c">filemode.c</A>
2785         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/filemode.m4">filemode.m4</A><BR>gl_FILEMODE
2786         <TD ALIGN=LEFT VALIGN=TOP>stat-macros
2787       </TR>
2788       <TR>
2789         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=filenamecat"></A><A HREF="modules/filenamecat">filenamecat</A>
2790         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/filenamecat.h">filenamecat.h</A>"
2791         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/filenamecat.c">filenamecat.c</A>
2792         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dos.m4">dos.m4</A><BR><A HREF="m4/filenamecat.m4">filenamecat.m4</A><BR>gl_FILE_NAME_CONCAT
2793         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>dirname
2794       </TR>
2795       <TR>
2796         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fts"></A><A HREF="modules/fts">fts</A>
2797         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fts_.h">fts_.h</A>"
2798         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fts.c">fts.c</A><BR><A HREF="lib/fts-cycle.c">fts-cycle.c</A>
2799         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fts.m4">fts.m4</A><BR>gl_FUNC_FTS
2800         <TD ALIGN=LEFT VALIGN=TOP>cycle-check<BR>dirfd<BR>hash<BR>lstat<BR>stdbool<BR>fcntl-safer
2801       </TR>
2802       <TR>
2803         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fts-lgpl"></A><A HREF="modules/fts-lgpl">fts-lgpl</A>
2804         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fts_.h">fts_.h</A>"
2805         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fts.c">fts.c</A>
2806         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fts.m4">fts.m4</A><BR>gl_FUNC_FTS_LGPL
2807         <TD ALIGN=LEFT VALIGN=TOP>dirfd<BR>stdbool
2808       </TR>
2809       <TR>
2810         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=isdir"></A><A HREF="modules/isdir">isdir</A>
2811         <TD ALIGN=LEFT VALIGN=TOP>---
2812         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/isdir.c">isdir.c</A>
2813         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/isdir.m4">isdir.m4</A><BR>gl_ISDIR
2814         <TD ALIGN=LEFT VALIGN=TOP>---
2815       </TR>
2816       <TR>
2817         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=lchown"></A><A HREF="modules/lchown">lchown</A>
2818         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/lchown.h">lchown.h</A>"
2819         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/lchown.c">lchown.c</A>
2820         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lchown.m4">lchown.m4</A><BR>gl_FUNC_LCHOWN
2821         <TD ALIGN=LEFT VALIGN=TOP>chown<BR>stat-macros
2822       </TR>
2823       <TR>
2824         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkdir-p"></A><A HREF="modules/mkdir-p">mkdir-p</A>
2825         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mkdir-p.h">mkdir-p.h</A>"
2826         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkdir-p.c">mkdir-p.c</A>
2827         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/afs.m4">afs.m4</A><BR><A HREF="m4/mkdir-p.m4">mkdir-p.m4</A><BR>gl_MKDIR_PARENTS
2828         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>chown<BR>gettext-h<BR>save-cwd<BR>dirname<BR>error<BR>quote<BR>stat-macros<BR>stdbool
2829       </TR>
2830       <TR>
2831         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=modechange"></A><A HREF="modules/modechange">modechange</A>
2832         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/modechange.h">modechange.h</A>"
2833         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/modechange.c">modechange.c</A>
2834         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/modechange.m4">modechange.m4</A><BR>gl_MODECHANGE
2835         <TD ALIGN=LEFT VALIGN=TOP>stat-macros<BR>xalloc
2836       </TR>
2837       <TR>
2838         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mountlist"></A><A HREF="modules/mountlist">mountlist</A>
2839         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mountlist.h">mountlist.h</A>"
2840         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mountlist.c">mountlist.c</A>
2841         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ls-mntd-fs.m4">ls-mntd-fs.m4</A><BR><A HREF="m4/fstypename.m4">fstypename.m4</A><BR><A HREF="m4/mountlist.m4">mountlist.m4</A><BR>gl_MOUNTLIST
2842         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>xalloc
2843       </TR>
2844       <TR>
2845         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=pathname"></A><A HREF="modules/pathname">pathname</A>
2846         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/pathname.h">pathname.h</A>"
2847         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/concatpath.c">concatpath.c</A>
2848         <TD ALIGN=LEFT VALIGN=TOP>---
2849         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stpcpy
2850       </TR>
2851       <TR>
2852         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=pathmax"></A><A HREF="modules/pathmax">pathmax</A>
2853         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/pathmax.h">pathmax.h</A>"
2854         <TD ALIGN=LEFT VALIGN=TOP>---
2855         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/pathmax.m4">pathmax.m4</A><BR>gl_PATHMAX
2856         <TD ALIGN=LEFT VALIGN=TOP>---
2857       </TR>
2858       <TR>
2859         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=same"></A><A HREF="modules/same">same</A>
2860         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/same.h">same.h</A>"
2861         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/same.c">same.c</A>
2862         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/same.m4">same.m4</A><BR>gl_SAME
2863         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>error<BR>dirname<BR>stdbool
2864       </TR>
2865       <TR>
2866         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=save-cwd"></A><A HREF="modules/save-cwd">save-cwd</A>
2867         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/save-cwd.h">save-cwd.h</A>"
2868         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/save-cwd.c">save-cwd.c</A>
2869         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/save-cwd.m4">save-cwd.m4</A><BR>gl_SAVE_CWD
2870         <TD ALIGN=LEFT VALIGN=TOP>chdir-long<BR>fcntl-safer<BR>xgetcwd<BR>stdbool
2871       </TR>
2872       <TR>
2873         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=savedir"></A><A HREF="modules/savedir">savedir</A>
2874         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/savedir.h">savedir.h</A>"
2875         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/savedir.c">savedir.c</A>
2876         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/savedir.m4">savedir.m4</A><BR>gl_SAVEDIR
2877         <TD ALIGN=LEFT VALIGN=TOP>openat<BR>xalloc
2878       </TR>
2879       <TR>
2880         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stat-time"></A><A HREF="modules/stat-time">stat-time</A>
2881         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stat-time.h">stat-time.h</A>"
2882         <TD ALIGN=LEFT VALIGN=TOP>---
2883         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stat-time.m4">stat-time.m4</A><BR>gl_STAT_TIME
2884         <TD ALIGN=LEFT VALIGN=TOP>timespec
2885       </TR>
2886       <TR>
2887         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unlinkdir"></A><A HREF="modules/unlinkdir">unlinkdir</A>
2888         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unlinkdir.h">unlinkdir.h</A>"
2889         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/unlinkdir.c">unlinkdir.c</A>
2890         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unlinkdir.m4">unlinkdir.m4</A><BR>gl_UNLINKDIR
2891         <TD ALIGN=LEFT VALIGN=TOP>stdbool
2892       </TR>
2893       <TR>
2894         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utimecmp"></A><A HREF="modules/utimecmp">utimecmp</A>
2895         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/utimecmp.h">utimecmp.h</A>"
2896         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/intprops.h">intprops.h</A><BR><A HREF="lib/utimecmp.c">utimecmp.c</A>
2897         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utimecmp.m4">utimecmp.m4</A><BR>gl_UTIMECMP
2898         <TD ALIGN=LEFT VALIGN=TOP>hash<BR>stat-time<BR>timespec<BR>utimens<BR>xalloc<BR>stdbool<BR>verify
2899       </TR>
2900       <TR>
2901         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utimens"></A><A HREF="modules/utimens">utimens</A>
2902         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/utimens.h">utimens.h</A>"
2903         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utimens.c">utimens.c</A>
2904         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utimbuf.m4">utimbuf.m4</A><BR><A HREF="m4/utimens.m4">utimens.m4</A><BR><A HREF="m4/utimes.m4">utimes.m4</A><BR>gl_UTIMENS
2905         <TD ALIGN=LEFT VALIGN=TOP>timespec
2906       </TR>
2907       <TR>
2908         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgetcwd"></A><A HREF="modules/xgetcwd">xgetcwd</A>
2909         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xgetcwd.h">xgetcwd.h</A>"
2910         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgetcwd.c">xgetcwd.c</A>
2911         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xgetcwd.m4">xgetcwd.m4</A><BR>gl_XGETCWD
2912         <TD ALIGN=LEFT VALIGN=TOP>getcwd<BR>xalloc<BR>stdbool
2913       </TR>
2914       <TR>
2915         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xreadlink"></A><A HREF="modules/xreadlink">xreadlink</A>
2916         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xreadlink.h">xreadlink.h</A>"
2917         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xreadlink.c">xreadlink.c</A>
2918         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xreadlink.m4">xreadlink.m4</A><BR>gl_XREADLINK
2919         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>readlink<BR>ssize_t
2920       </TR>
2921     </TABLE>
2922     <H3><A NAME="posix_ext_filedesc">File descriptor based Input/Output</A></H3>
2923     <TABLE>
2924       <TR>
2925         <TH ALIGN=LEFT>modules/
2926         <TH ALIGN=LEFT>lib/
2927         <TH ALIGN=LEFT>lib/
2928         <TH ALIGN=LEFT>m4/
2929         <TH ALIGN=LEFT>&nbsp;
2930       </TR>
2931       <TR>
2932         <TH ALIGN=LEFT>Module
2933         <TH ALIGN=LEFT>Header
2934         <TH ALIGN=LEFT>Implementation
2935         <TH ALIGN=LEFT>Autoconf macro
2936         <TH ALIGN=LEFT>Depends on
2937       </TR>
2938       <TR>
2939         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fcntl-safer"></A><A HREF="modules/fcntl-safer">fcntl-safer</A>
2940         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fcntl-safer.h">fcntl-safer.h</A>"
2941         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fcntl--.h">fcntl--.h</A><BR><A HREF="lib/creat-safer.c">creat-safer.c</A><BR><A HREF="lib/open-safer.c">open-safer.c</A>
2942         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fcntl-safer.m4">fcntl-safer.m4</A><BR>gl_FCNTL_SAFER
2943         <TD ALIGN=LEFT VALIGN=TOP>unistd-safer
2944       </TR>
2945       <TR>
2946         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=safe-read"></A><A HREF="modules/safe-read">safe-read</A>
2947         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/safe-read.h">safe-read.h</A>"
2948         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/safe-read.c">safe-read.c</A>
2949         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/safe-read.m4">safe-read.m4</A><BR>gl_SAFE_READ
2950         <TD ALIGN=LEFT VALIGN=TOP>ssize_t
2951       </TR>
2952       <TR>
2953         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=safe-write"></A><A HREF="modules/safe-write">safe-write</A>
2954         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/safe-write.h">safe-write.h</A>"
2955         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/safe-write.c">safe-write.c</A>
2956         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/safe-write.m4">safe-write.m4</A><BR>gl_SAFE_WRITE
2957         <TD ALIGN=LEFT VALIGN=TOP>safe-read
2958       </TR>
2959       <TR>
2960         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=full-read"></A><A HREF="modules/full-read">full-read</A>
2961         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/full-read.h">full-read.h</A>"
2962         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/full-read.c">full-read.c</A>
2963         <TD ALIGN=LEFT VALIGN=TOP>---
2964         <TD ALIGN=LEFT VALIGN=TOP>safe-read<BR>full-write
2965       </TR>
2966       <TR>
2967         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=full-write"></A><A HREF="modules/full-write">full-write</A>
2968         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/full-write.h">full-write.h</A>"
2969         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/full-write.c">full-write.c</A>
2970         <TD ALIGN=LEFT VALIGN=TOP>---
2971         <TD ALIGN=LEFT VALIGN=TOP>safe-write
2972       </TR>
2973       <TR>
2974         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=binary-io"></A><A HREF="modules/binary-io">binary-io</A>
2975         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/binary-io.h">binary-io.h</A>"
2976         <TD ALIGN=LEFT VALIGN=TOP>---
2977         <TD ALIGN=LEFT VALIGN=TOP>---
2978         <TD ALIGN=LEFT VALIGN=TOP>---
2979       </TR>
2980     </TABLE>
2981     <H3><A NAME="posix_ext_filestream">File stream based Input/Output</A></H3>
2982     <TABLE>
2983       <TR>
2984         <TH ALIGN=LEFT>modules/
2985         <TH ALIGN=LEFT>lib/
2986         <TH ALIGN=LEFT>lib/
2987         <TH ALIGN=LEFT>m4/
2988         <TH ALIGN=LEFT>&nbsp;
2989       </TR>
2990       <TR>
2991         <TH ALIGN=LEFT>Module
2992         <TH ALIGN=LEFT>Header
2993         <TH ALIGN=LEFT>Implementation
2994         <TH ALIGN=LEFT>Autoconf macro
2995         <TH ALIGN=LEFT>Depends on
2996       </TR>
2997       <TR>
2998         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fpending"></A><A HREF="modules/fpending">fpending</A>
2999         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/__fpending.h">__fpending.h</A>"
3000         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/__fpending.c">__fpending.c</A>
3001         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fpending.m4">fpending.m4</A><BR>gl_FUNC_FPENDING
3002         <TD ALIGN=LEFT VALIGN=TOP>---
3003       </TR>
3004       <TR>
3005         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=closeout"></A><A HREF="modules/closeout">closeout</A>
3006         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/closeout.h">closeout.h</A>"
3007         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/closeout.c">closeout.c</A>
3008         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/closeout.m4">closeout.m4</A><BR>gl_CLOSEOUT
3009         <TD ALIGN=LEFT VALIGN=TOP>atexit<BR>gettext-h<BR>error<BR>quotearg<BR>fpending<BR>exitfail<BR>stdbool
3010       </TR>
3011       <TR>
3012         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stdio-safer"></A><A HREF="modules/stdio-safer">stdio-safer</A>
3013         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stdio-safer.h">stdio-safer.h</A>"
3014         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stdio--.h">stdio--.h</A><BR><A HREF="lib/fopen-safer.c">fopen-safer.c</A>
3015         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stdio-safer.m4">stdio-safer.m4</A><BR>gl_STDIO_SAFER
3016         <TD ALIGN=LEFT VALIGN=TOP>unistd-safer
3017       </TR>
3018       <TR>
3019         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpass"></A><A HREF="modules/getpass">getpass</A>
3020         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getpass.h">getpass.h</A>"
3021         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getpass.c">getpass.c</A>
3022         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpass.m4">getpass.m4</A><BR>gl_FUNC_GETPASS
3023         <TD ALIGN=LEFT VALIGN=TOP>getline<BR>stdbool
3024       </TR>
3025       <TR>
3026         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpass-gnu"></A><A HREF="modules/getpass-gnu">getpass-gnu</A>
3027         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getpass.h">getpass.h</A>"
3028         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getpass.c">getpass.c</A>
3029         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpass.m4">getpass.m4</A><BR>gl_FUNC_GETPASS_GNU
3030         <TD ALIGN=LEFT VALIGN=TOP>getline<BR>stdbool
3031       </TR>
3032     </TABLE>
3033     <H3><A NAME="posix_ext_uidgid">Users and groups</A></H3>
3034     <TABLE>
3035       <TR>
3036         <TH ALIGN=LEFT>modules/
3037         <TH ALIGN=LEFT>lib/
3038         <TH ALIGN=LEFT>lib/
3039         <TH ALIGN=LEFT>m4/
3040         <TH ALIGN=LEFT>&nbsp;
3041       </TR>
3042       <TR>
3043         <TH ALIGN=LEFT>Module
3044         <TH ALIGN=LEFT>Header
3045         <TH ALIGN=LEFT>Implementation
3046         <TH ALIGN=LEFT>Autoconf macro
3047         <TH ALIGN=LEFT>Depends on
3048       </TR>
3049       <TR>
3050         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getugroups"></A><A HREF="modules/getugroups">getugroups</A>
3051         <TD ALIGN=LEFT VALIGN=TOP>---
3052         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getugroups.c">getugroups.c</A>
3053         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getugroups.m4">getugroups.m4</A><BR>gl_GETUGROUPS
3054         <TD ALIGN=LEFT VALIGN=TOP>---
3055       </TR>
3056       <TR>
3057         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=group-member"></A><A HREF="modules/group-member">group-member</A>
3058         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/group-member.h">group-member.h</A>"
3059         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/group-member.c">group-member.c</A>
3060         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/group-member.m4">group-member.m4</A><BR>gl_FUNC_GROUP_MEMBER
3061         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stdbool
3062       </TR>
3063       <TR>
3064         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=idcache"></A><A HREF="modules/idcache">idcache</A>
3065         <TD ALIGN=LEFT VALIGN=TOP>---
3066         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/idcache.c">idcache.c</A>
3067         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/idcache.m4">idcache.m4</A><BR>gl_IDCACHE
3068         <TD ALIGN=LEFT VALIGN=TOP>xalloc
3069       </TR>
3070       <TR>
3071         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=userspec"></A><A HREF="modules/userspec">userspec</A>
3072         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/userspec.h">userspec.h</A>"
3073         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/inttostr.h">inttostr.h</A><BR><A HREF="lib/intprops.h">intprops.h</A><BR><A HREF="lib/userspec.c">userspec.c</A>
3074         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/userspec.m4">userspec.m4</A><BR>gl_USERSPEC
3075         <TD ALIGN=LEFT VALIGN=TOP>posixver<BR>xalloc<BR>xstrtol<BR>strdup<BR>gettext-h<BR>stdbool
3076       </TR>
3077     </TABLE>
3078     <H3><A NAME="posix_ext_datetime">Date and time</A></H3>
3079     <TABLE>
3080       <TR>
3081         <TH ALIGN=LEFT>modules/
3082         <TH ALIGN=LEFT>lib/
3083         <TH ALIGN=LEFT>lib/
3084         <TH ALIGN=LEFT>m4/
3085         <TH ALIGN=LEFT>&nbsp;
3086       </TR>
3087       <TR>
3088         <TH ALIGN=LEFT>Module
3089         <TH ALIGN=LEFT>Header
3090         <TH ALIGN=LEFT>Implementation
3091         <TH ALIGN=LEFT>Autoconf macro
3092         <TH ALIGN=LEFT>Depends on
3093       </TR>
3094       <TR>
3095         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettime"></A><A HREF="modules/gettime">gettime</A>
3096         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/timespec.h">timespec.h</A>"
3097         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gettime.c">gettime.c</A>
3098         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/clock_time.m4">clock_time.m4</A><BR><A HREF="m4/gettime.m4">gettime.m4</A><BR>gl_GETTIME
3099         <TD ALIGN=LEFT VALIGN=TOP>gettimeofday<BR>timespec
3100       </TR>
3101       <TR>
3102         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=settime"></A><A HREF="modules/settime">settime</A>
3103         <TD ALIGN=LEFT VALIGN=TOP>---
3104         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/settime.c">settime.c</A>
3105         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/clock_time.m4">clock_time.m4</A><BR><A HREF="m4/settime.m4">settime.m4</A><BR>gl_SETTIME
3106         <TD ALIGN=LEFT VALIGN=TOP>timespec
3107       </TR>
3108       <TR>
3109         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=posixtm"></A><A HREF="modules/posixtm">posixtm</A>
3110         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/posixtm.h">posixtm.h</A>"
3111         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/posixtm.c">posixtm.c</A>
3112         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/posixtm.m4">posixtm.m4</A><BR>gl_POSIXTM
3113         <TD ALIGN=LEFT VALIGN=TOP>mktime<BR>stdbool
3114       </TR>
3115       <TR>
3116         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xnanosleep"></A><A HREF="modules/xnanosleep">xnanosleep</A>
3117         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xnanosleep.h">xnanosleep.h</A>"
3118         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/intprops.h">intprops.h</A><BR><A HREF="lib/xnanosleep.c">xnanosleep.c</A>
3119         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xnanosleep.m4">xnanosleep.m4</A><BR>gl_XNANOSLEEP
3120         <TD ALIGN=LEFT VALIGN=TOP>timespec<BR>stdbool
3121       </TR>
3122     </TABLE>
3123     <H3><A NAME="posix_ext_net">Networking functions</A></H3>
3124     <TABLE>
3125       <TR>
3126         <TH ALIGN=LEFT>modules/
3127         <TH ALIGN=LEFT>lib/
3128         <TH ALIGN=LEFT>lib/
3129         <TH ALIGN=LEFT>m4/
3130         <TH ALIGN=LEFT>&nbsp;
3131       </TR>
3132       <TR>
3133         <TH ALIGN=LEFT>Module
3134         <TH ALIGN=LEFT>Header
3135         <TH ALIGN=LEFT>Implementation
3136         <TH ALIGN=LEFT>Autoconf macro
3137         <TH ALIGN=LEFT>Depends on
3138       </TR>
3139       <TR>
3140         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgethostname"></A><A HREF="modules/xgethostname">xgethostname</A>
3141         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xgethostname.h">xgethostname.h</A>"
3142         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgethostname.c">xgethostname.c</A>
3143         <TD ALIGN=LEFT VALIGN=TOP>---
3144         <TD ALIGN=LEFT VALIGN=TOP>gethostname<BR>xalloc
3145       </TR>
3146       <TR>
3147         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=canon-host"></A><A HREF="modules/canon-host">canon-host</A>
3148         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/canon-host.h">canon-host.h</A>"
3149         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/canon-host.c">canon-host.c</A>
3150         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/canon-host.m4">canon-host.m4</A><BR>gl_CANON_HOST
3151         <TD ALIGN=LEFT VALIGN=TOP>getaddrinfo<BR>strdup
3152       </TR>
3153     </TABLE>
3154     <H3><A NAME="posix_ext_thread">Multithreading</A></H3>
3155     <TABLE>
3156       <TR>
3157         <TH ALIGN=LEFT>modules/
3158         <TH ALIGN=LEFT>lib/
3159         <TH ALIGN=LEFT>lib/
3160         <TH ALIGN=LEFT>m4/
3161         <TH ALIGN=LEFT>&nbsp;
3162       </TR>
3163       <TR>
3164         <TH ALIGN=LEFT>Module
3165         <TH ALIGN=LEFT>Header
3166         <TH ALIGN=LEFT>Implementation
3167         <TH ALIGN=LEFT>Autoconf macro
3168         <TH ALIGN=LEFT>Depends on
3169       </TR>
3170       <TR>
3171         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=lock"></A><A HREF="modules/lock">lock</A>
3172         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/lock.h">lock.h</A>"
3173         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/lock.c">lock.c</A>
3174         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lock.m4">lock.m4</A><BR>gl_LOCK
3175         <TD ALIGN=LEFT VALIGN=TOP>havelib
3176       </TR>
3177       <TR>
3178         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=tls"></A><A HREF="modules/tls">tls</A>
3179         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/tls.h">tls.h</A>"
3180         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/tls.c">tls.c</A>
3181         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/tls.m4">tls.m4</A><BR>gl_TLS
3182         <TD ALIGN=LEFT VALIGN=TOP>lock
3183       </TR>
3184     </TABLE>
3185     <H3><A NAME="posix_ext_i18n">Internationalization functions</A></H3>
3186     <TABLE>
3187       <TR>
3188         <TH ALIGN=LEFT>modules/
3189         <TH ALIGN=LEFT>lib/
3190         <TH ALIGN=LEFT>lib/
3191         <TH ALIGN=LEFT>m4/
3192         <TH ALIGN=LEFT>&nbsp;
3193       </TR>
3194       <TR>
3195         <TH ALIGN=LEFT>Module
3196         <TH ALIGN=LEFT>Header
3197         <TH ALIGN=LEFT>Implementation
3198         <TH ALIGN=LEFT>Autoconf macro
3199         <TH ALIGN=LEFT>Depends on
3200       </TR>
3201       <TR>
3202         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettext"></A><A HREF="modules/gettext">gettext</A>
3203         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gettext.h">gettext.h</A>"
3204         <TD ALIGN=LEFT VALIGN=TOP>---
3205         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/codeset.m4">codeset.m4</A><BR><A HREF="m4/gettext.m4">gettext.m4</A><BR><A HREF="m4/glibc2.m4">glibc2.m4</A><BR><A HREF="m4/glibc21.m4">glibc21.m4</A><BR><A HREF="m4/iconv.m4">iconv.m4</A><BR><A HREF="m4/intdiv0.m4">intdiv0.m4</A><BR><A HREF="m4/intmax.m4">intmax.m4</A><BR><A HREF="m4/inttypes.m4">inttypes.m4</A><BR><A HREF="m4/inttypes_h.m4">inttypes_h.m4</A><BR><A HREF="m4/inttypes-pri.m4">inttypes-pri.m4</A><BR><A HREF="m4/isc-posix.m4">isc-posix.m4</A><BR><A HREF="m4/lcmessage.m4">lcmessage.m4</A><BR><A HREF="m4/longdouble.m4">longdouble.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR><A HREF="m4/nls.m4">nls.m4</A><BR><A HREF="m4/po.m4">po.m4</A><BR><A HREF="m4/printf-posix.m4">printf-posix.m4</A><BR><A HREF="m4/progtest.m4">progtest.m4</A><BR><A HREF="m4/signed.m4">signed.m4</A><BR><A HREF="m4/size_max.m4">size_max.m4</A><BR><A HREF="m4/stdint_h.m4">stdint_h.m4</A><BR><A HREF="m4/uintmax_t.m4">uintmax_t.m4</A><BR><A HREF="m4/ulonglong.m4">ulonglong.m4</A><BR><A HREF="m4/wchar_t.m4">wchar_t.m4</A><BR><A HREF="m4/wint_t.m4">wint_t.m4</A><BR><A HREF="m4/xsize.m4">xsize.m4</A><BR>AM_GNU_GETTEXT([external])
3206         <TD ALIGN=LEFT VALIGN=TOP>gettext-h<BR>havelib
3207       </TR>
3208       <TR>
3209         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettext-h"></A><A HREF="modules/gettext-h">gettext-h</A>
3210         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gettext.h">gettext.h</A>"
3211         <TD ALIGN=LEFT VALIGN=TOP>---
3212         <TD ALIGN=LEFT VALIGN=TOP>---
3213         <TD ALIGN=LEFT VALIGN=TOP>---
3214       </TR>
3215       <TR>
3216         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=iconv"></A><A HREF="modules/iconv">iconv</A>
3217         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/susv3xbd/iconv.h.html">iconv.h</A>&gt;
3218         <TD ALIGN=LEFT VALIGN=TOP>---
3219         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/iconv.m4">iconv.m4</A><BR>AM_ICONV
3220         <TD ALIGN=LEFT VALIGN=TOP>havelib
3221       </TR>
3222       <TR>
3223         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=iconvme"></A><A HREF="modules/iconvme">iconvme</A>
3224         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/iconvme.h">iconvme.h</A>"
3225         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/iconvme.c">iconvme.c</A>
3226         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/iconvme.m4">iconvme.m4</A><BR>gl_ICONVME
3227         <TD ALIGN=LEFT VALIGN=TOP>iconv<BR>strdup
3228       </TR>
3229       <TR>
3230         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=localcharset"></A><A HREF="modules/localcharset">localcharset</A>
3231         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/localcharset.h">localcharset.h</A>"
3232         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/localcharset.c">localcharset.c</A><BR><A HREF="lib/config.charset">config.charset</A><BR><A HREF="lib/ref-add.sin">ref-add.sin</A><BR><A HREF="lib/ref-del.sin">ref-del.sin</A>
3233         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/codeset.m4">codeset.m4</A><BR><A HREF="m4/glibc21.m4">glibc21.m4</A><BR><A HREF="m4/localcharset.m4">localcharset.m4</A><BR>gl_LOCALCHARSET
3234         <TD ALIGN=LEFT VALIGN=TOP>---
3235       </TR>
3236       <TR>
3237         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hard-locale"></A><A HREF="modules/hard-locale">hard-locale</A>
3238         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hard-locale.h">hard-locale.h</A>"
3239         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hard-locale.c">hard-locale.c</A>
3240         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hard-locale.m4">hard-locale.m4</A><BR>gl_HARD_LOCALE
3241         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>strdup
3242       </TR>
3243       <TR>
3244         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mbswidth"></A><A HREF="modules/mbswidth">mbswidth</A>
3245         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mbswidth.h">mbswidth.h</A>"
3246         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mbswidth.c">mbswidth.c</A>
3247         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR><A HREF="m4/mbswidth.m4">mbswidth.m4</A><BR>gl_MBSWIDTH
3248         <TD ALIGN=LEFT VALIGN=TOP>---
3249       </TR>
3250       <TR>
3251         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcasecmp"></A><A HREF="modules/memcasecmp">memcasecmp</A>
3252         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memcasecmp.h">memcasecmp.h</A>"
3253         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcasecmp.c">memcasecmp.c</A>
3254         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcasecmp.m4">memcasecmp.m4</A><BR>gl_MEMCASECMP
3255         <TD ALIGN=LEFT VALIGN=TOP>---
3256       </TR>
3257       <TR>
3258         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcoll"></A><A HREF="modules/memcoll">memcoll</A>
3259         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memcoll.h">memcoll.h</A>"
3260         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcoll.c">memcoll.c</A>
3261         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcoll.m4">memcoll.m4</A><BR>gl_MEMCOLL
3262         <TD ALIGN=LEFT VALIGN=TOP>---
3263       </TR>
3264       <TR>
3265         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xmemcoll"></A><A HREF="modules/xmemcoll">xmemcoll</A>
3266         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xmemcoll.h">xmemcoll.h</A>"
3267         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xmemcoll.c">xmemcoll.c</A>
3268         <TD ALIGN=LEFT VALIGN=TOP>---
3269         <TD ALIGN=LEFT VALIGN=TOP>memcoll<BR>gettext-h<BR>error<BR>quotearg<BR>exitfail
3270       </TR>
3271       <TR>
3272         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unicodeio"></A><A HREF="modules/unicodeio">unicodeio</A>
3273         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unicodeio.h">unicodeio.h</A>"
3274         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/unicodeio.c">unicodeio.c</A>
3275         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unicodeio.m4">unicodeio.m4</A><BR>gl_UNICODEIO
3276         <TD ALIGN=LEFT VALIGN=TOP>iconv<BR>gettext-h<BR>localcharset<BR>error
3277       </TR>
3278       <TR>
3279         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rpmatch"></A><A HREF="modules/rpmatch">rpmatch</A>
3280         <TD ALIGN=LEFT VALIGN=TOP>---
3281         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rpmatch.c">rpmatch.c</A>
3282         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rpmatch.m4">rpmatch.m4</A><BR>gl_FUNC_RPMATCH
3283         <TD ALIGN=LEFT VALIGN=TOP>gettext-h<BR>regex
3284       </TR>
3285       <TR>
3286         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=yesno"></A><A HREF="modules/yesno">yesno</A>
3287         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/yesno.h">yesno.h</A>"
3288         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/yesno.c">yesno.c</A>
3289         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/yesno.m4">yesno.m4</A><BR>gl_YESNO
3290         <TD ALIGN=LEFT VALIGN=TOP>getline<BR>rpmatch<BR>stdbool
3291       </TR>
3292       <TR>
3293         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ucs4-utf8"></A><A HREF="modules/ucs4-utf8">ucs4-utf8</A>
3294         <TD ALIGN=LEFT VALIGN=TOP>---
3295         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/ucs4-utf8.h">ucs4-utf8.h</A>
3296         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ucs4-utf.m4">ucs4-utf.m4</A><BR>gl_UCS4_UTF
3297         <TD ALIGN=LEFT VALIGN=TOP>---
3298       </TR>
3299       <TR>
3300         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ucs4-utf16"></A><A HREF="modules/ucs4-utf16">ucs4-utf16</A>
3301         <TD ALIGN=LEFT VALIGN=TOP>---
3302         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/ucs4-utf16.h">ucs4-utf16.h</A>
3303         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ucs4-utf.m4">ucs4-utf.m4</A><BR>gl_UCS4_UTF
3304         <TD ALIGN=LEFT VALIGN=TOP>---
3305       </TR>
3306       <TR>
3307         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utf8-ucs4"></A><A HREF="modules/utf8-ucs4">utf8-ucs4</A>
3308         <TD ALIGN=LEFT VALIGN=TOP>---
3309         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utf8-ucs4.h">utf8-ucs4.h</A>
3310         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utf-ucs4.m4">utf-ucs4.m4</A><BR>gl_UTF_UCS4
3311         <TD ALIGN=LEFT VALIGN=TOP>---
3312       </TR>
3313       <TR>
3314         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utf16-ucs4"></A><A HREF="modules/utf16-ucs4">utf16-ucs4</A>
3315         <TD ALIGN=LEFT VALIGN=TOP>---
3316         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utf16-ucs4.h">utf16-ucs4.h</A>
3317         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utf-ucs4.m4">utf-ucs4.m4</A><BR>gl_UTF_UCS4
3318         <TD ALIGN=LEFT VALIGN=TOP>---
3319       </TR>
3320       <TR>
3321         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=linebreak"></A><A HREF="modules/linebreak">linebreak</A>
3322         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/linebreak.h">linebreak.h</A>"
3323         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/linebreak.c">linebreak.c</A><BR><A HREF="lib/lbrkprop.h">lbrkprop.h</A>
3324         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/linebreak.m4">linebreak.m4</A><BR>gl_LINEBREAK
3325         <TD ALIGN=LEFT VALIGN=TOP>localcharset<BR>c-ctype<BR>iconv<BR>utf8-ucs4<BR>utf16-ucs4<BR>xsize
3326       </TR>
3327     </TABLE>
3328     <H3><A NAME="posix_ext_exec">Executing programs</A></H3>
3329     <TABLE>
3330       <TR>
3331         <TH ALIGN=LEFT>modules/
3332         <TH ALIGN=LEFT>lib/
3333         <TH ALIGN=LEFT>lib/
3334         <TH ALIGN=LEFT>m4/
3335         <TH ALIGN=LEFT>&nbsp;
3336       </TR>
3337       <TR>
3338         <TH ALIGN=LEFT>Module
3339         <TH ALIGN=LEFT>Header
3340         <TH ALIGN=LEFT>Implementation
3341         <TH ALIGN=LEFT>Autoconf macro
3342         <TH ALIGN=LEFT>Depends on
3343       </TR>
3344       <TR>
3345         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=cloexec"></A><A HREF="modules/cloexec">cloexec</A>
3346         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/cloexec.h">cloexec.h</A>"
3347         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/cloexec.c">cloexec.c</A>
3348         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/cloexec.m4">cloexec.m4</A><BR>gl_CLOEXEC
3349         <TD ALIGN=LEFT VALIGN=TOP>stdbool
3350       </TR>
3351       <TR>
3352         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=findprog"></A><A HREF="modules/findprog">findprog</A>
3353         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/findprog.h">findprog.h</A>"
3354         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/findprog.c">findprog.c</A>
3355         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/findprog.m4">findprog.m4</A><BR><A HREF="m4/eaccess.m4">eaccess.m4</A><BR>gl_FINDPROG
3356         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>xalloc<BR>pathname
3357       </TR>
3358       <TR>
3359         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=wait-process"></A><A HREF="modules/wait-process">wait-process</A>
3360         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/wait-process.h">wait-process.h</A>"
3361         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/wait-process.c">wait-process.c</A>
3362         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/wait-process.m4">wait-process.m4</A><BR><A HREF="m4/sig_atomic_t.m4">sig_atomic_t.m4</A><BR>gl_WAIT_PROCESS
3363         <TD ALIGN=LEFT VALIGN=TOP>fatal-signal<BR>error<BR>exit<BR>xalloc<BR>gettext-h<BR>stdbool
3364       </TR>
3365       <TR>
3366         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=execute"></A><A HREF="modules/execute">execute</A>
3367         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/execute.h">execute.h</A>"
3368         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/execute.c">execute.c</A><BR><A HREF="lib/w32spawn.h">w32spawn.h</A>
3369         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/execute.m4">execute.m4</A><BR>gl_EXECUTE
3370         <TD ALIGN=LEFT VALIGN=TOP>error<BR>exit<BR>fatal-signal<BR>wait-process<BR>gettext-h<BR>stdbool<BR>strpbrk
3371       </TR>
3372       <TR>
3373         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=pipe"></A><A HREF="modules/pipe">pipe</A>
3374         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/pipe.h">pipe.h</A>"
3375         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/pipe.c">pipe.c</A><BR><A HREF="lib/w32spawn.h">w32spawn.h</A>
3376         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/pipe.m4">pipe.m4</A><BR>gl_PIPE
3377         <TD ALIGN=LEFT VALIGN=TOP>wait-process<BR>error<BR>exit<BR>fatal-signal<BR>gettext-h<BR>stdbool<BR>strpbrk
3378       </TR>
3379       <TR>
3380         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sh-quote"></A><A HREF="modules/sh-quote">sh-quote</A>
3381         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/sh-quote.h">sh-quote.h</A>"
3382         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sh-quote.c">sh-quote.c</A>
3383         <TD ALIGN=LEFT VALIGN=TOP>---
3384         <TD ALIGN=LEFT VALIGN=TOP>quotearg<BR>xalloc
3385       </TR>
3386     </TABLE>
3387     <H3><A NAME="posix_ext_java">Java</A></H3>
3388     <TABLE>
3389       <TR>
3390         <TH ALIGN=LEFT>modules/
3391         <TH ALIGN=LEFT>lib/
3392         <TH ALIGN=LEFT>lib/
3393         <TH ALIGN=LEFT>m4/
3394         <TH ALIGN=LEFT>&nbsp;
3395       </TR>
3396       <TR>
3397         <TH ALIGN=LEFT>Module
3398         <TH ALIGN=LEFT>Header
3399         <TH ALIGN=LEFT>Implementation
3400         <TH ALIGN=LEFT>Autoconf macro
3401         <TH ALIGN=LEFT>Depends on
3402       </TR>
3403       <TR>
3404         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=classpath"></A><A HREF="modules/classpath">classpath</A>
3405         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/classpath.h">classpath.h</A>"
3406         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/classpath.c">classpath.c</A>
3407         <TD ALIGN=LEFT VALIGN=TOP>---
3408         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>xsetenv<BR>xalloc
3409       </TR>
3410       <TR>
3411         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=javacomp"></A><A HREF="modules/javacomp">javacomp</A>
3412         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/javacomp.h">javacomp.h</A>"
3413         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/javacomp.c">javacomp.c</A>
3414         <TD ALIGN=LEFT VALIGN=TOP>---
3415         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>xallocsa<BR>execute<BR>pipe<BR>wait-process<BR>classpath<BR>xsetenv<BR>sh-quote<BR>safe-read<BR>xalloc<BR>error<BR>gettext-h<BR>javacomp-script
3416       </TR>
3417       <TR>
3418         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=javaexec"></A><A HREF="modules/javaexec">javaexec</A>
3419         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/javaexec.h">javaexec.h</A>"
3420         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/javaexec.c">javaexec.c</A><BR><A HREF="lib/javaexec.sh.in">javaexec.sh.in</A>
3421         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/javaexec.m4">javaexec.m4</A><BR>gt_JAVAEXEC
3422         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>execute<BR>classpath<BR>xsetenv<BR>sh-quote<BR>pathname<BR>xalloc<BR>xallocsa<BR>error<BR>gettext-h
3423       </TR>
3424     </TABLE>
3425     <H3><A NAME="posix_ext_csharp">C#</A></H3>
3426     <TABLE>
3427       <TR>
3428         <TH ALIGN=LEFT>modules/
3429         <TH ALIGN=LEFT>lib/
3430         <TH ALIGN=LEFT>lib/
3431         <TH ALIGN=LEFT>m4/
3432         <TH ALIGN=LEFT>&nbsp;
3433       </TR>
3434       <TR>
3435         <TH ALIGN=LEFT>Module
3436         <TH ALIGN=LEFT>Header
3437         <TH ALIGN=LEFT>Implementation
3438         <TH ALIGN=LEFT>Autoconf macro
3439         <TH ALIGN=LEFT>Depends on
3440       </TR>
3441       <TR>
3442         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=csharpcomp"></A><A HREF="modules/csharpcomp">csharpcomp</A>
3443         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/csharpcomp.h">csharpcomp.h</A>"
3444         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/csharpcomp.c">csharpcomp.c</A>
3445         <TD ALIGN=LEFT VALIGN=TOP>---
3446         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>xallocsa<BR>execute<BR>pipe<BR>wait-process<BR>getline<BR>sh-quote<BR>safe-read<BR>error<BR>gettext-h<BR>csharpcomp-script
3447       </TR>
3448       <TR>
3449         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=csharpexec"></A><A HREF="modules/csharpexec">csharpexec</A>
3450         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/csharpexec.h">csharpexec.h</A>"
3451         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/csharpexec.c">csharpexec.c</A><BR><A HREF="lib/csharpexec.sh.in">csharpexec.sh.in</A><BR><A HREF="lib/classpath.h">classpath.h</A><BR><A HREF="lib/classpath.c">classpath.c</A>
3452         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/csharpexec.m4">csharpexec.m4</A><BR><A HREF="m4/csharp.m4">csharp.m4</A><BR>gt_CSHARPEXEC
3453         <TD ALIGN=LEFT VALIGN=TOP>stdbool<BR>execute<BR>xsetenv<BR>sh-quote<BR>xalloc<BR>xallocsa<BR>error<BR>gettext-h
3454       </TR>
3455     </TABLE>
3456     <H3><A NAME="posix_ext_misc">Misc</A></H3>
3457     <TABLE>
3458       <TR>
3459         <TH ALIGN=LEFT>modules/
3460         <TH ALIGN=LEFT>lib/
3461         <TH ALIGN=LEFT>lib/
3462         <TH ALIGN=LEFT>m4/
3463         <TH ALIGN=LEFT>&nbsp;
3464       </TR>
3465       <TR>
3466         <TH ALIGN=LEFT>Module
3467         <TH ALIGN=LEFT>Header
3468         <TH ALIGN=LEFT>Implementation
3469         <TH ALIGN=LEFT>Autoconf macro
3470         <TH ALIGN=LEFT>Depends on
3471       </TR>
3472       <TR>
3473         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=argp"></A><A HREF="modules/argp">argp</A>
3474         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/argp.h">argp.h</A>"
3475         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/argp-ba.c">argp-ba.c</A><BR><A HREF="lib/argp-eexst.c">argp-eexst.c</A><BR><A HREF="lib/argp-fmtstream.c">argp-fmtstream.c</A><BR><A HREF="lib/argp-fmtstream.h">argp-fmtstream.h</A><BR><A HREF="lib/argp-fs-xinl.c">argp-fs-xinl.c</A><BR><A HREF="lib/argp-help.c">argp-help.c</A><BR><A HREF="lib/argp-namefrob.h">argp-namefrob.h</A><BR><A HREF="lib/argp-parse.c">argp-parse.c</A><BR><A HREF="lib/argp-pin.c">argp-pin.c</A><BR><A HREF="lib/argp-pv.c">argp-pv.c</A><BR><A HREF="lib/argp-pvh.c">argp-pvh.c</A><BR><A HREF="lib/argp-xinl.c">argp-xinl.c</A>
3476         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/argp.m4">argp.m4</A><BR>gl_ARGP
3477         <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>dirname<BR>getopt<BR>strchrnul<BR>sysexits<BR>mempcpy<BR>strndup<BR>restrict<BR>strcase<BR>extensions<BR>vsnprintf
3478       </TR>
3479       <TR>
3480         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=argz"></A><A HREF="modules/argz">argz</A>
3481         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;argz.h&gt;
3482         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/argz_.h">argz_.h</A><BR><A HREF="lib/argz.c">argz.c</A>
3483         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/argz.m4">argz.m4</A><BR>gl_FUNC_ARGZ
3484         <TD ALIGN=LEFT VALIGN=TOP>---
3485       </TR>
3486       <TR>
3487         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=byteswap"></A><A HREF="modules/byteswap">byteswap</A>
3488         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;byteswap.h&gt;
3489         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/byteswap_.h">byteswap_.h</A>
3490         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/byteswap.m4">byteswap.m4</A><BR>gl_BYTESWAP
3491         <TD ALIGN=LEFT VALIGN=TOP>---
3492       </TR>
3493       <TR>
3494         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exitfail"></A><A HREF="modules/exitfail">exitfail</A>
3495         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exitfail.h">exitfail.h</A>"
3496         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/exitfail.c">exitfail.c</A>
3497         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/exitfail.m4">exitfail.m4</A><BR>gl_EXITFAIL
3498         <TD ALIGN=LEFT VALIGN=TOP>exit
3499       </TR>
3500       <TR>
3501         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-stack"></A><A HREF="modules/c-stack">c-stack</A>
3502         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-stack.h">c-stack.h</A>"
3503         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-stack.c">c-stack.c</A>
3504         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-stack.m4">c-stack.m4</A><BR>gl_C_STACK
3505         <TD ALIGN=LEFT VALIGN=TOP>gettext-h<BR>exitfail
3506       </TR>
3507       <TR>
3508         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=error"></A><A HREF="modules/error">error</A>
3509         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/error.h">error.h</A>"
3510         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/error.c">error.c</A>
3511         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/error.m4">error.m4</A><BR><A HREF="m4/strerror_r.m4">strerror_r.m4</A><BR>gl_ERROR
3512         <TD ALIGN=LEFT VALIGN=TOP>---
3513       </TR>
3514       <TR>
3515         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=extensions"></A><A HREF="modules/extensions">extensions</A>
3516         <TD ALIGN=LEFT VALIGN=TOP>---
3517         <TD ALIGN=LEFT VALIGN=TOP>---
3518         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/extensions.m4">extensions.m4</A><BR>dnl gl_USE_SYSTEM_EXTENSIONS must be added quite early to configure.ac.
3519         <TD ALIGN=LEFT VALIGN=TOP>---
3520       </TR>
3521       <TR>
3522         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getdomainname"></A><A HREF="modules/getdomainname">getdomainname</A>
3523         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getdomainname.h">getdomainname.h</A>"
3524         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getdomainname.c">getdomainname.c</A>
3525         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getdomainname.m4">getdomainname.m4</A><BR>gl_FUNC_GETDOMAINNAME
3526         <TD ALIGN=LEFT VALIGN=TOP>---
3527       </TR>
3528       <TR>
3529         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgetdomainname"></A><A HREF="modules/xgetdomainname">xgetdomainname</A>
3530         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xgetdomainname.h">xgetdomainname.h</A>"
3531         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgetdomainname.c">xgetdomainname.c</A>
3532         <TD ALIGN=LEFT VALIGN=TOP>---
3533         <TD ALIGN=LEFT VALIGN=TOP>getdomainname<BR>xalloc
3534       </TR>
3535       <TR>
3536         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getloadavg"></A><A HREF="modules/getloadavg">getloadavg</A>
3537         <TD ALIGN=LEFT VALIGN=TOP>---
3538         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getloadavg.c">getloadavg.c</A><BR><A HREF="lib/intprops.h">intprops.h</A>
3539         <TD ALIGN=LEFT VALIGN=TOP>AC_FUNC_GETLOADAVG
3540         <TD ALIGN=LEFT VALIGN=TOP>cloexec<BR>xalloc<BR>c-strtod<BR>stdbool<BR>fcntl-safer
3541       </TR>
3542       <TR>
3543         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpagesize"></A><A HREF="modules/getpagesize">getpagesize</A>
3544         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getpagesize.h">getpagesize.h</A>"
3545         <TD ALIGN=LEFT VALIGN=TOP>---
3546         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpagesize.m4">getpagesize.m4</A><BR>gl_GETPAGESIZE
3547         <TD ALIGN=LEFT VALIGN=TOP>---
3548       </TR>
3549       <TR>
3550         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getusershell"></A><A HREF="modules/getusershell">getusershell</A>
3551         <TD ALIGN=LEFT VALIGN=TOP>---
3552         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getusershell.c">getusershell.c</A>
3553         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getusershell.m4">getusershell.m4</A><BR>gl_PREREQ_GETUSERSHELL
3554         <TD ALIGN=LEFT VALIGN=TOP>stdio-safer<BR>xalloc
3555       </TR>
3556       <TR>
3557         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=physmem"></A><A HREF="modules/physmem">physmem</A>
3558         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/physmem.h">physmem.h</A>"
3559         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/physmem.c">physmem.c</A>
3560         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/physmem.m4">physmem.m4</A><BR>gl_PHYSMEM
3561         <TD ALIGN=LEFT VALIGN=TOP>---
3562       </TR>
3563       <TR>
3564         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=posixver"></A><A HREF="modules/posixver">posixver</A>
3565         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/posixver.h">posixver.h</A>"
3566         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/posixver.c">posixver.c</A>
3567         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/posixver.m4">posixver.m4</A><BR>gl_POSIXVER
3568         <TD ALIGN=LEFT VALIGN=TOP>---
3569       </TR>
3570       <TR>
3571         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=progname"></A><A HREF="modules/progname">progname</A>
3572         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/progname.h">progname.h</A>"
3573         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/progname.c">progname.c</A>
3574         <TD ALIGN=LEFT VALIGN=TOP>---
3575         <TD ALIGN=LEFT VALIGN=TOP>---
3576       </TR>
3577       <TR>
3578         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=quotearg"></A><A HREF="modules/quotearg">quotearg</A>
3579         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/quotearg.h">quotearg.h</A>"
3580         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/quotearg.c">quotearg.c</A>
3581         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mbstate_t.m4">mbstate_t.m4</A><BR><A HREF="m4/mbrtowc.m4">mbrtowc.m4</A><BR><A HREF="m4/quotearg.m4">quotearg.m4</A><BR>gl_QUOTEARG
3582         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>gettext-h<BR>stdbool
3583       </TR>
3584       <TR>
3585         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=quote"></A><A HREF="modules/quote">quote</A>
3586         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/quote.h">quote.h</A>"
3587         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/quote.c">quote.c</A>
3588         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/quote.m4">quote.m4</A><BR>gl_QUOTE
3589         <TD ALIGN=LEFT VALIGN=TOP>quotearg
3590       </TR>
3591       <TR>
3592         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readutmp"></A><A HREF="modules/readutmp">readutmp</A>
3593         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readutmp.h">readutmp.h</A>"
3594         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readutmp.c">readutmp.c</A>
3595         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readutmp.m4">readutmp.m4</A><BR>gl_READUTMP
3596         <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>stdbool
3597       </TR>
3598       <TR>
3599         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sig2str"></A><A HREF="modules/sig2str">sig2str</A>
3600         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/sig2str.h">sig2str.h</A>"
3601         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/intprops.h">intprops.h</A><BR><A HREF="lib/sig2str.c">sig2str.c</A>
3602         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sig2str.m4">sig2str.m4</A><BR>gl_FUNC_SIG2STR
3603         <TD ALIGN=LEFT VALIGN=TOP>---
3604       </TR>
3605       <TR>
3606         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sysexits"></A><A HREF="modules/sysexits">sysexits</A>
3607         <TD ALIGN=LEFT VALIGN=TOP>#include &lt;sysexits.h&gt;
3608         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sysexit_.h">sysexit_.h</A>
3609         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sysexits.m4">sysexits.m4</A><BR>gl_SYSEXITS
3610         <TD ALIGN=LEFT VALIGN=TOP>---
3611       </TR>
3612       <TR>
3613         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=visibility"></A><A HREF="modules/visibility">visibility</A>
3614         <TD ALIGN=LEFT VALIGN=TOP>---
3615         <TD ALIGN=LEFT VALIGN=TOP>---
3616         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/visibility.m4">visibility.m4</A><BR>gl_VISIBILITY
3617         <TD ALIGN=LEFT VALIGN=TOP>---
3618       </TR>
3619     </TABLE>
3620     <H2>Unclassified modules - please update MODULES.html.sh</H2>
3621     <TABLE>
3622       <TR>
3623         <TH ALIGN=LEFT>modules/
3624         <TH ALIGN=LEFT>lib/
3625         <TH ALIGN=LEFT>lib/
3626         <TH ALIGN=LEFT>m4/
3627         <TH ALIGN=LEFT>&nbsp;
3628       </TR>
3629       <TR>
3630         <TH ALIGN=LEFT>Module
3631         <TH ALIGN=LEFT>Header
3632         <TH ALIGN=LEFT>Implementation
3633         <TH ALIGN=LEFT>Autoconf macro
3634         <TH ALIGN=LEFT>Depends on
3635       </TR>
3636       <TR>
3637         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=arcfour"></A><A HREF="modules/arcfour">arcfour</A>
3638         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/arcfour.h">arcfour.h</A>"
3639         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/arcfour.c">arcfour.c</A>
3640         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/arcfour.m4">arcfour.m4</A><BR>gl_ARCFOUR
3641         <TD ALIGN=LEFT VALIGN=TOP>stdint
3642       </TR>
3643       <TR>
3644         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=arctwo"></A><A HREF="modules/arctwo">arctwo</A>
3645         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/arctwo.h">arctwo.h</A>"
3646         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/arctwo.c">arctwo.c</A>
3647         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/arctwo.m4">arctwo.m4</A><BR>gl_ARCTWO
3648         <TD ALIGN=LEFT VALIGN=TOP>stdint
3649       </TR>
3650       <TR>
3651         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=chdir-long"></A><A HREF="modules/chdir-long">chdir-long</A>
3652         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/chdir-long.h">chdir-long.h</A>"
3653         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/chdir-long.c">chdir-long.c</A>
3654         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/chdir-long.m4">chdir-long.m4</A><BR>gl_FUNC_CHDIR_LONG
3655         <TD ALIGN=LEFT VALIGN=TOP>openat<BR>mempcpy<BR>memrchr<BR>stdbool
3656       </TR>
3657       <TR>
3658         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=crc"></A><A HREF="modules/crc">crc</A>
3659         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/crc.h">crc.h</A>"
3660         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/crc.c">crc.c</A>
3661         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/crc.m4">crc.m4</A><BR>gl_CRC
3662         <TD ALIGN=LEFT VALIGN=TOP>stdint
3663       </TR>
3664       <TR>
3665         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=csharpcomp-script"></A><A HREF="modules/csharpcomp-script">csharpcomp-script</A>
3666         <TD ALIGN=LEFT VALIGN=TOP>---
3667         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/csharpcomp.sh.in">csharpcomp.sh.in</A>
3668         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/csharpcomp.m4">csharpcomp.m4</A><BR><A HREF="m4/csharp.m4">csharp.m4</A><BR>gt_CSHARPCOMP
3669         <TD ALIGN=LEFT VALIGN=TOP>---
3670       </TR>
3671       <TR>
3672         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=des"></A><A HREF="modules/des">des</A>
3673         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/des.h">des.h</A>"
3674         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/des.c">des.c</A>
3675         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/des.m4">des.m4</A><BR>gl_DES
3676         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>stdbool
3677       </TR>
3678       <TR>
3679         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc"></A><A HREF="modules/gc">gc</A>
3680         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3681         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gc-libgcrypt.c">gc-libgcrypt.c</A><BR><A HREF="lib/gc-gnulib.c">gc-gnulib.c</A>
3682         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc.m4">gc.m4</A><BR>gl_GC
3683         <TD ALIGN=LEFT VALIGN=TOP>havelib<BR>restrict
3684       </TR>
3685       <TR>
3686         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-arcfour"></A><A HREF="modules/gc-arcfour">gc-arcfour</A>
3687         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3688         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/arcfour.h">arcfour.h</A><BR><A HREF="lib/arcfour.c">arcfour.c</A>
3689         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-arcfour.m4">gc-arcfour.m4</A><BR><A HREF="m4/arcfour.m4">arcfour.m4</A><BR>gl_GC_ARCFOUR
3690         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3691       </TR>
3692       <TR>
3693         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-arctwo"></A><A HREF="modules/gc-arctwo">gc-arctwo</A>
3694         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3695         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/arctwo.h">arctwo.h</A><BR><A HREF="lib/arctwo.c">arctwo.c</A>
3696         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-arctwo.m4">gc-arctwo.m4</A><BR><A HREF="m4/arctwo.m4">arctwo.m4</A><BR>gl_GC_ARCTWO
3697         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3698       </TR>
3699       <TR>
3700         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-des"></A><A HREF="modules/gc-des">gc-des</A>
3701         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3702         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/des.h">des.h</A><BR><A HREF="lib/des.c">des.c</A>
3703         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-des.m4">gc-des.m4</A><BR><A HREF="m4/des.m4">des.m4</A><BR>gl_GC_DES
3704         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3705       </TR>
3706       <TR>
3707         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-hmac-md5"></A><A HREF="modules/gc-hmac-md5">gc-hmac-md5</A>
3708         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3709         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md5.h">md5.h</A><BR><A HREF="lib/md5.c">md5.c</A><BR><A HREF="lib/hmac.h">hmac.h</A><BR><A HREF="lib/hmac-md5.c">hmac-md5.c</A><BR><A HREF="lib/memxor.h">memxor.h</A><BR><A HREF="lib/memxor.c">memxor.c</A>
3710         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-hmac-md5.m4">gc-hmac-md5.m4</A><BR><A HREF="m4/md5.m4">md5.m4</A><BR><A HREF="m4/hmac-md5.m4">hmac-md5.m4</A><BR><A HREF="m4/memxor.m4">memxor.m4</A><BR>gl_GC_HMAC_MD5
3711         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3712       </TR>
3713       <TR>
3714         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-hmac-sha1"></A><A HREF="modules/gc-hmac-sha1">gc-hmac-sha1</A>
3715         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3716         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sha1.h">sha1.h</A><BR><A HREF="lib/sha1.c">sha1.c</A><BR><A HREF="lib/hmac.h">hmac.h</A><BR><A HREF="lib/hmac-sha1.c">hmac-sha1.c</A><BR><A HREF="lib/memxor.h">memxor.h</A><BR><A HREF="lib/memxor.c">memxor.c</A>
3717         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-hmac-sha1.m4">gc-hmac-sha1.m4</A><BR><A HREF="m4/sha1.m4">sha1.m4</A><BR><A HREF="m4/hmac-sha1.m4">hmac-sha1.m4</A><BR><A HREF="m4/memxor.m4">memxor.m4</A><BR>gl_GC_HMAC_SHA1
3718         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3719       </TR>
3720       <TR>
3721         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-md2"></A><A HREF="modules/gc-md2">gc-md2</A>
3722         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3723         <TD ALIGN=LEFT VALIGN=TOP>---
3724         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-md2.m4">gc-md2.m4</A><BR>gl_GC_MD2
3725         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc<BR>minmax<BR>md2
3726       </TR>
3727       <TR>
3728         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-md4"></A><A HREF="modules/gc-md4">gc-md4</A>
3729         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3730         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md4.h">md4.h</A><BR><A HREF="lib/md4.c">md4.c</A>
3731         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-md4.m4">gc-md4.m4</A><BR><A HREF="m4/md4.m4">md4.m4</A><BR>gl_GC_MD4
3732         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3733       </TR>
3734       <TR>
3735         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-md5"></A><A HREF="modules/gc-md5">gc-md5</A>
3736         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3737         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md5.h">md5.h</A><BR><A HREF="lib/md5.c">md5.c</A>
3738         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-md5.m4">gc-md5.m4</A><BR><A HREF="m4/md5.m4">md5.m4</A><BR>gl_GC_MD5
3739         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3740       </TR>
3741       <TR>
3742         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-pbkdf2-sha1"></A><A HREF="modules/gc-pbkdf2-sha1">gc-pbkdf2-sha1</A>
3743         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3744         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gc-pbkdf2-sha1.c">gc-pbkdf2-sha1.c</A>
3745         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-pbkdf2-sha1.m4">gc-pbkdf2-sha1.m4</A><BR>gl_GC_PBKDF2_SHA1
3746         <TD ALIGN=LEFT VALIGN=TOP>gc<BR>gc-hmac-sha1
3747       </TR>
3748       <TR>
3749         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-rijndael"></A><A HREF="modules/gc-rijndael">gc-rijndael</A>
3750         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3751         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rijndael-alg-fst.c">rijndael-alg-fst.c</A><BR><A HREF="lib/rijndael-alg-fst.h">rijndael-alg-fst.h</A><BR><A HREF="lib/rijndael-api-fst.c">rijndael-api-fst.c</A><BR><A HREF="lib/rijndael-api-fst.h">rijndael-api-fst.h</A>
3752         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-rijndael.m4">gc-rijndael.m4</A><BR><A HREF="m4/rijndael.m4">rijndael.m4</A><BR>gl_GC_RIJNDAEL
3753         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3754       </TR>
3755       <TR>
3756         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gc-sha1"></A><A HREF="modules/gc-sha1">gc-sha1</A>
3757         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gc.h">gc.h</A>"
3758         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sha1.h">sha1.h</A><BR><A HREF="lib/sha1.c">sha1.c</A>
3759         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gc-sha1.m4">gc-sha1.m4</A><BR><A HREF="m4/sha1.m4">sha1.m4</A><BR>gl_GC_SHA1
3760         <TD ALIGN=LEFT VALIGN=TOP>stdint<BR>gc
3761       </TR>
3762       <TR>
3763         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gethrxtime"></A><A HREF="modules/gethrxtime">gethrxtime</A>
3764         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xtime.h">xtime.h</A>"
3765         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gethrxtime.c">gethrxtime.c</A><BR><A HREF="lib/gethrxtime.h">gethrxtime.h</A>
3766         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gethrxtime.m4">gethrxtime.m4</A><BR><A HREF="m4/clock_time.m4">clock_time.m4</A><BR><A HREF="m4/longlong.m4">longlong.m4</A><BR>gl_GETHRXTIME
3767         <TD ALIGN=LEFT VALIGN=TOP>gettime<BR>extensions
3768       </TR>
3769       <TR>
3770         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=havelib"></A><A HREF="modules/havelib">havelib</A>
3771         <TD ALIGN=LEFT VALIGN=TOP>---
3772         <TD ALIGN=LEFT VALIGN=TOP>---
3773         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lib-ld.m4">lib-ld.m4</A><BR><A HREF="m4/lib-link.m4">lib-link.m4</A><BR><A HREF="m4/lib-prefix.m4">lib-prefix.m4</A>
3774         <TD ALIGN=LEFT VALIGN=TOP>---
3775       </TR>
3776       <TR>
3777         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hmac-md5"></A><A HREF="modules/hmac-md5">hmac-md5</A>
3778         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hmac.h">hmac.h</A>"
3779         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hmac-md5.c">hmac-md5.c</A>
3780         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hmac-md5.m4">hmac-md5.m4</A><BR>gl_HMAC_MD5
3781         <TD ALIGN=LEFT VALIGN=TOP>memxor<BR>md5
3782       </TR>
3783       <TR>
3784         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hmac-sha1"></A><A HREF="modules/hmac-sha1">hmac-sha1</A>
3785         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hmac.h">hmac.h</A>"
3786         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hmac-sha1.c">hmac-sha1.c</A>
3787         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hmac-sha1.m4">hmac-sha1.m4</A><BR>gl_HMAC_SHA1
3788         <TD ALIGN=LEFT VALIGN=TOP>memxor<BR>sha1
3789       </TR>
3790       <TR>
3791         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=javacomp-script"></A><A HREF="modules/javacomp-script">javacomp-script</A>
3792         <TD ALIGN=LEFT VALIGN=TOP>---
3793         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/javacomp.sh.in">javacomp.sh.in</A>
3794         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/javacomp.m4">javacomp.m4</A><BR>gt_JAVACOMP
3795         <TD ALIGN=LEFT VALIGN=TOP>---
3796       </TR>
3797       <TR>
3798         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=md2"></A><A HREF="modules/md2">md2</A>
3799         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/md2.h">md2.h</A>"
3800         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md2.c">md2.c</A>
3801         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/md2.m4">md2.m4</A><BR>gl_MD2
3802         <TD ALIGN=LEFT VALIGN=TOP>minmax
3803       </TR>
3804       <TR>
3805         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=md4"></A><A HREF="modules/md4">md4</A>
3806         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/md4.h">md4.h</A>"
3807         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md4.c">md4.c</A>
3808         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/md4.m4">md4.m4</A><BR>gl_MD4
3809         <TD ALIGN=LEFT VALIGN=TOP>stdint
3810       </TR>
3811       <TR>
3812         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memxor"></A><A HREF="modules/memxor">memxor</A>
3813         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memxor.h">memxor.h</A>"
3814         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memxor.c">memxor.c</A>
3815         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memxor.m4">memxor.m4</A><BR>gl_MEMXOR
3816         <TD ALIGN=LEFT VALIGN=TOP>restrict
3817       </TR>
3818       <TR>
3819         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=openat"></A><A HREF="modules/openat">openat</A>
3820         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/openat.h">openat.h</A>"
3821         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/openat.c">openat.c</A><BR><A HREF="lib/openat-die.c">openat-die.c</A>
3822         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/openat.m4">openat.m4</A><BR>gl_FUNC_OPENAT
3823         <TD ALIGN=LEFT VALIGN=TOP>save-cwd<BR>gettext-h<BR>dirname<BR>extensions
3824       </TR>
3825       <TR>
3826         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rijndael"></A><A HREF="modules/rijndael">rijndael</A>
3827         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/rijndael-alg-fst.h">rijndael-alg-fst.h</A>"<BR>#include "<A HREF="lib/rijndael-api-fst.h">rijndael-api-fst.h</A>"
3828         <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rijndael-alg-fst.c">rijndael-alg-fst.c</A><BR><A HREF="lib/rijndael-alg-fst.h">rijndael-alg-fst.h</A><BR><A HREF="lib/rijndael-api-fst.c">rijndael-api-fst.c</A><BR><A HREF="lib/rijndael-api-fst.h">rijndael-api-fst.h</A>
3829         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rijndael.m4">rijndael.m4</A><BR>gl_RIJNDAEL
3830         <TD ALIGN=LEFT VALIGN=TOP>stdint
3831       </TR>
3832       <TR>
3833         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=socklen"></A><A HREF="modules/socklen">socklen</A>
3834         <TD ALIGN=LEFT VALIGN=TOP>---
3835         <TD ALIGN=LEFT VALIGN=TOP>---
3836         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/socklen.m4">socklen.m4</A><BR>gl_TYPE_SOCKLEN_T
3837         <TD ALIGN=LEFT VALIGN=TOP>---
3838       </TR>
3839       <TR>
3840         <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stat-macros"></A><A HREF="modules/stat-macros">stat-macros</A>
3841         <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stat-macros.h">stat-macros.h</A>"
3842         <TD ALIGN=LEFT VALIGN=TOP>---
3843         <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stat-macros.m4">stat-macros.m4</A><BR>gl_STAT_MACROS
3844         <TD ALIGN=LEFT VALIGN=TOP>---
3845       </TR>
3846     </TABLE>
3847     <H2>Lone files - please create new modules containing them</H2>
3848     <PRE>
3849 <A HREF="lib/mkstemp-safer.c">lib/mkstemp-safer.c</A>
3850 <A HREF="lib/progreloc.c">lib/progreloc.c</A>
3851 <A HREF="lib/stdlib--.h">lib/stdlib--.h</A>
3852 <A HREF="m4/gnulib-tool.m4">m4/gnulib-tool.m4</A>
3853 <A HREF="m4/host-os.m4">m4/host-os.m4</A>
3854 <A HREF="m4/jm-winsz1.m4">m4/jm-winsz1.m4</A>
3855 <A HREF="m4/jm-winsz2.m4">m4/jm-winsz2.m4</A>
3856 <A HREF="m4/link-follow.m4">m4/link-follow.m4</A>
3857 <A HREF="m4/onceonly.m4">m4/onceonly.m4</A>
3858 <A HREF="m4/perl.m4">m4/perl.m4</A>
3859 <A HREF="m4/ptrdiff_max.m4">m4/ptrdiff_max.m4</A>
3860 <A HREF="m4/readdir.m4">m4/readdir.m4</A>
3861 <A HREF="m4/rmdir-errno.m4">m4/rmdir-errno.m4</A>
3862 <A HREF="m4/st_dm_mode.m4">m4/st_dm_mode.m4</A>
3863 <A HREF="m4/stdlib-safer.m4">m4/stdlib-safer.m4</A>
3864 <A HREF="m4/uint32_t.m4">m4/uint32_t.m4</A>
3865 <A HREF="m4/uintptr_t.m4">m4/uintptr_t.m4</A>
3866 <A HREF="m4/unlink-busy.m4">m4/unlink-busy.m4</A>
3867 <A HREF="m4/uptime.m4">m4/uptime.m4</A>
3868 </PRE>
3869     <H2>Future developments</H2>
3870     Ideally a module could consist of:
3871     <UL>
3872       <LI>A header file: lib/<VAR>module</VAR>.h
3873       <LI>One or more implementation files: lib/<VAR>module</VAR>.c et al.
3874       <LI>One or more autoconf macro files: m4/<VAR>module</VAR>.m4 et al.
3875       <LI>A configure.ac fragment, Makefile.am fragment, dependency list: modules/<VAR>module</VAR>
3876       <LI>A testsuite: source files in tests/ and metainformation (a configure.ac fragment, Makefile.am fragment, dependency list) in modules/<VAR>module</VAR>-tests
3877       <LI>Some documentation
3878       <LI>A POT file and some PO files
3879     </UL>
3880     <HR>
3881     Generated from <CODE>MODULES.html.sh</CODE> on 17 December 2005.
3882   </BODY>
3883 </HTML>