.
[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, argmatch, assert, atexit, backupfile, bcopy, bumpalloc, c-bs-a, c-stack, canon-host, chown, closeout, diacrit, dirfd, dirname, dup2, error, euidaccess, exclude, exitfail, fatal, file-type, fileblocks, filemode, fnmatch, fnmatch-gnu, fnmatch-posix, fpending, fsusage, ftruncate, full-read, full-write, gcd, getdate, getgroups, gethostname, getline, getloadavg, getopt, getpagesize, getpass, gettext, gettime, gettimeofday, getugroups, getusershell, group-member, hard-locale, hash, hash-pjw, human, iconv, idcache, isdir, lchown, linebuffer, localcharset, long-options, lstat, makepath, malloc, mbswidth, md5, memcasecmp, memchr, memcmp, memcoll, memcpy, memmove, memrchr, memset, mkdir, mkstemp, mktime, modechange, mountlist, nanosleep, obstack, path-concat, pathmax, physmem, posixtm, posixver, putenv, quote, quotearg, readtokens, readutmp, realloc, regex, rename, rmdir, rpmatch, safe-read, safe-write, same, save-cwd, savedir, setenv, settime, sha, sig2str, stat, stdbool, stdio-safer, stpcpy, strcase, strcspn, strdup, strerror, strftime, strndup, strnlen, strpbrk, strstr, strtod, strtoimax, strtol, strtoll, strtoul, strtoull, strtoumax, strverscmp, timespec, unicodeio, unistd-safer, unlocked-io, userspec, utime, version-etc, xalloc, xgetcwd, xgethostname, xmemcoll, xreadlink, xstrtod, xstrtoimax, xstrtol, xstrtoumax, yesno">
6   </HEAD>
7   <BODY>
8   </BODY>
9   <H1>Gnulib Module List</H1>
10   This is a list of the modules which make up gnulib, with dependencies.
11   <H2><A HREF="#ansic_sup">Support for systems lacking ANSI C 89</A></H2>
12   <TABLE>
13     <TR WIDTH="100%">
14       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-bs-a">c-bs-a</A>
15       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine portability of "\a".
16     </TR>
17     <TR WIDTH="100%">
18       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=assert">assert</A>
19       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Allow the installer to disable assertions through "configure --disable-assert".
20     </TR>
21     <TR WIDTH="100%">
22       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=atexit">atexit</A>
23       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/atexit.html">atexit</A>() function: register a function to be called at program termination.
24     </TR>
25     <TR WIDTH="100%">
26       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtod">strtod</A>
27       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtod.html">strtod</A>() function: convert string to 'double'.
28     </TR>
29     <TR WIDTH="100%">
30       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtol">strtol</A>
31       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtol.html">strtol</A>() function: convert string to 'long'.
32     </TR>
33     <TR WIDTH="100%">
34       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoul">strtoul</A>
35       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoul.html">strtoul</A>() function: convert string to 'unsigned long'.
36     </TR>
37     <TR WIDTH="100%">
38       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memchr">memchr</A>
39       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memchr.html">memchr</A>() function: scan memory for a byte.
40     </TR>
41     <TR WIDTH="100%">
42       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcmp">memcmp</A>
43       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memcmp.html">memcmp</A>() function: compare memory areas.
44     </TR>
45     <TR WIDTH="100%">
46       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcpy">memcpy</A>
47       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memcpy.html">memcpy</A>() function: copy memory area.
48     </TR>
49     <TR WIDTH="100%">
50       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memmove">memmove</A>
51       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memmove.html">memmove</A>() function: copy memory area.
52     </TR>
53     <TR WIDTH="100%">
54       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memset">memset</A>
55       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/memset.html">memset</A>() function: fill memory with a constant byte.
56     </TR>
57     <TR WIDTH="100%">
58       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strcspn">strcspn</A>
59       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strcspn.html">strcspn</A>() function: search a string for any of a set of characters.
60     </TR>
61     <TR WIDTH="100%">
62       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strpbrk">strpbrk</A>
63       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strpbrk.html">strpbrk</A>() function: search a string for any of a set of characters.
64     </TR>
65     <TR WIDTH="100%">
66       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strstr">strstr</A>
67       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strstr.html">strstr</A>() function: search for a substring in a string.
68     </TR>
69     <TR WIDTH="100%">
70       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strerror">strerror</A>
71       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strerror.html">strerror</A>() function: return string describing error code.
72     </TR>
73     <TR WIDTH="100%">
74       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mktime">mktime</A>
75       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/mktime.html">mktime</A>() function: convert broken-down time to linear time.
76     </TR>
77   </TABLE>
78   These modules are not listed among dependencies below, for simplicity.
79   <H2><A HREF="#ansic_enh">Enhancements for ANSI C 89 functions</A></H2>
80   <H3><A HREF="#ansic_enh_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
81   <TABLE>
82     <TR WIDTH="100%">
83       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=malloc">malloc</A>
84       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/malloc.html">malloc</A>() function that is glibc compatible.
85     </TR>
86     <TR WIDTH="100%">
87       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=realloc">realloc</A>
88       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/realloc.html">realloc</A>() function that is glibc compatible.
89     </TR>
90   </TABLE>
91   <H3><A HREF="#ansic_enh_time_datetime">Date and time &lt;time.h&gt;</A></H3>
92   <TABLE>
93     <TR WIDTH="100%">
94       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strftime">strftime</A>
95       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">nstrftime() function: convert date and time to string, with GNU extensions.
96     </TR>
97   </TABLE>
98   <H2><A HREF="#ansic_ext">Extra functions based on ANSI C 89</A></H2>
99   <H3><A HREF="#ansic_ext_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
100   <TABLE>
101     <TR WIDTH="100%">
102       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xalloc">xalloc</A>
103       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation with out-of-memory checking.
104     </TR>
105     <TR WIDTH="100%">
106       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=alloca">alloca</A>
107       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation on the stack.
108     </TR>
109     <TR WIDTH="100%">
110       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=bumpalloc">bumpalloc</A>
111       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Increase table allocation by one element.
112     </TR>
113   </TABLE>
114   <H3><A HREF="#ansic_ext_stdlib_arith">Integer arithmetic functions &lt;stdlib.h&gt;</A></H3>
115   <TABLE>
116     <TR WIDTH="100%">
117       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gcd">gcd</A>
118       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Greatest common divisor.
119     </TR>
120   </TABLE>
121   <H3><A HREF="#ansic_ext_stdlib_env">Environment variables &lt;stdlib.h&gt;</A></H3>
122   <TABLE>
123     <TR WIDTH="100%">
124       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=putenv">putenv</A>
125       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/putenv.html">putenv</A>() function: change or add an environment variable.
126     </TR>
127     <TR WIDTH="100%">
128       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=setenv">setenv</A>
129       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/setenv.html">setenv</A>() function: set an environment variable.
130 <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/unsetenv.html">unsetenv</A>() function: remove an environment variable.
131     </TR>
132   </TABLE>
133   <H3><A HREF="#ansic_ext_ctype">Character handling &lt;ctype.h&gt;</A></H3>
134   <H3><A HREF="#ansic_ext_string">String handling &lt;string.h&gt;</A></H3>
135   <TABLE>
136     <TR WIDTH="100%">
137       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=bcopy">bcopy</A>
138       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Old BSD <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/bcopy.html">bcopy</A>() function: copy memory area.
139     </TR>
140     <TR WIDTH="100%">
141       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memrchr">memrchr</A>
142       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">memrchr() function: scan memory for a byte, from the right end.
143     </TR>
144     <TR WIDTH="100%">
145       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stpcpy">stpcpy</A>
146       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">stpcpy() function: copy a string, returning a pointer to its end.
147     </TR>
148     <TR WIDTH="100%">
149       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strcase">strcase</A>
150       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive string comparison functions.
151     </TR>
152     <TR WIDTH="100%">
153       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strdup">strdup</A>
154       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strdup.html">strdup</A>() function: duplicate a string.
155     </TR>
156     <TR WIDTH="100%">
157       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strnlen">strnlen</A>
158       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strnlen() function: determine the length of a size-bounded string.
159     </TR>
160     <TR WIDTH="100%">
161       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strndup">strndup</A>
162       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">strndup() function: duplicate a size-bounded string.
163     </TR>
164   </TABLE>
165   <H3><A HREF="#ansic_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
166   <TABLE>
167     <TR WIDTH="100%">
168       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtod">xstrtod</A>
169       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'double', with error checking.
170     </TR>
171     <TR WIDTH="100%">
172       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtol">xstrtol</A>
173       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'long` or 'unsigned long', with error checking.
174     </TR>
175   </TABLE>
176   <H3><A HREF="#ansic_ext_time_datetime">Date and time &lt;time.h&gt;</A></H3>
177   <TABLE>
178     <TR WIDTH="100%">
179       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getdate">getdate</A>
180       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a date/time string to linear time.
181     </TR>
182   </TABLE>
183   <H3><A HREF="#ansic_ext_stdio">Input/Output &lt;stdio.h&gt;</A></H3>
184   <TABLE>
185     <TR WIDTH="100%">
186       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unlocked-io">unlocked-io</A>
187       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Enable faster, non-thread-safe stdio functions if available.
188     </TR>
189   </TABLE>
190   <H3><A HREF="#ansic_ext_argv">Command-line arguments</A></H3>
191   <TABLE>
192     <TR WIDTH="100%">
193       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=argmatch">argmatch</A>
194       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Search for an exact or abbreviated match of a string in an array of strings.
195     </TR>
196     <TR WIDTH="100%">
197       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=version-etc">version-etc</A>
198       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Print --version output.
199     </TR>
200     <TR WIDTH="100%">
201       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=long-options">long-options</A>
202       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Handle --help and --version options.
203     </TR>
204   </TABLE>
205   <H3><A HREF="#ansic_ext_crypto">Cryptographic computations</A></H3>
206   <TABLE>
207     <TR WIDTH="100%">
208       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=md5">md5</A>
209       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute MD5 checksum.
210     </TR>
211     <TR WIDTH="100%">
212       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sha">sha</A>
213       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute SHA checksum.
214     </TR>
215   </TABLE>
216   <H3><A HREF="#ansic_ext_misc">Misc</A></H3>
217   <TABLE>
218     <TR WIDTH="100%">
219       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=diacrit">diacrit</A>
220       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Decomposition of composed ISO-8859-1 characters.
221     </TR>
222     <TR WIDTH="100%">
223       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getline">getline</A>
224       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream.
225     </TR>
226     <TR WIDTH="100%">
227       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=linebuffer">linebuffer</A>
228       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a line from a stream.
229     </TR>
230     <TR WIDTH="100%">
231       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=obstack">obstack</A>
232       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Memory allocation, optimized for stack-like allocation patterns.
233     </TR>
234     <TR WIDTH="100%">
235       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hash-pjw">hash-pjw</A>
236       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compute a hash value for a NUL-terminated string.
237     </TR>
238     <TR WIDTH="100%">
239       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hash">hash</A>
240       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Parametrizable hash table.
241     </TR>
242     <TR WIDTH="100%">
243       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readtokens">readtokens</A>
244       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read tokens from a stream.
245     </TR>
246     <TR WIDTH="100%">
247       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strverscmp">strverscmp</A>
248       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Compare strings holding version numbers.
249     </TR>
250   </TABLE>
251   <H2><A HREF="#isoc_sup">Support for systems lacking ISO C 99</A></H2>
252   <H3><A HREF="#isoc_sup_stdbool">Boolean type and values &lt;stdbool.h&gt;</A></H3>
253   <TABLE>
254     <TR WIDTH="100%">
255       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stdbool">stdbool</A>
256       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An &lt;stdbool.h&gt; that nearly conforms to C99.
257 (Nearly: casts to bool may not work.)
258     </TR>
259   </TABLE>
260   <H3><A HREF="#isoc_sup_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
261   <TABLE>
262     <TR WIDTH="100%">
263       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoll">strtoll</A>
264       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoll.html">strtoll</A>() function: convert string to 'long long'.
265     </TR>
266     <TR WIDTH="100%">
267       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoull">strtoull</A>
268       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoull.html">strtoull</A>() function: convert string to 'unsigned long long'.
269     </TR>
270   </TABLE>
271   <H3><A HREF="#isoc_sup_inttypes">Functions for greatest-width integer types &lt;inttypes.h&gt;</A></H3>
272   <TABLE>
273     <TR WIDTH="100%">
274       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoimax">strtoimax</A>
275       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoimax.html">strtoimax</A>() function: convert string to 'intmax_t'.
276     </TR>
277     <TR WIDTH="100%">
278       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=strtoumax">strtoumax</A>
279       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/strtoumax.html">strtoumax</A>() function: convert string to 'uintmax_t'.
280     </TR>
281   </TABLE>
282   <H2><A HREF="#isoc_enh">Enhancements for ISO C 99 functions</A></H2>
283   <TABLE>
284   </TABLE>
285   <H2><A HREF="#isoc_ext">Extra functions based on ISO C 99</A></H2>
286   <H3><A HREF="#isoc_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
287   <TABLE>
288     <TR WIDTH="100%">
289       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtoimax">xstrtoimax</A>
290       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'intmax_t', with error checking.
291     </TR>
292     <TR WIDTH="100%">
293       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xstrtoumax">xstrtoumax</A>
294       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert string to 'uintmax_t', with error checking.
295     </TR>
296   </TABLE>
297   <H2><A HREF="#posix_sup">Support for systems lacking POSIX:2001</A></H2>
298   <TABLE>
299     <TR WIDTH="100%">
300       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=chown">chown</A>
301       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/chown.html">chown</A>() function: change ownership of a file.
302     </TR>
303     <TR WIDTH="100%">
304       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dup2">dup2</A>
305       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/dup2.html">dup2</A>() function: duplicate an open file descriptor.
306     </TR>
307     <TR WIDTH="100%">
308       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=ftruncate">ftruncate</A>
309       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/ftruncate.html">ftruncate</A>() function: truncate an open file to a specified length.
310     </TR>
311     <TR WIDTH="100%">
312       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getgroups">getgroups</A>
313       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/getgroups.html">getgroups</A>() function: return the supplementary group IDs of the current process.
314     </TR>
315     <TR WIDTH="100%">
316       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettimeofday">gettimeofday</A>
317       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/gettimeofday.html">gettimeofday</A>() function: return current time.
318     </TR>
319     <TR WIDTH="100%">
320       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkdir">mkdir</A>
321       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/mkdir.html">mkdir</A>() function: create a directory.
322     </TR>
323     <TR WIDTH="100%">
324       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mkstemp">mkstemp</A>
325       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/mkstemp.html">mkstemp</A>() function: create a private temporary file.
326     </TR>
327     <TR WIDTH="100%">
328       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stat">stat</A>
329       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/stat.html">stat</A>() function: return information about a file, following symbolic links.
330     </TR>
331     <TR WIDTH="100%">
332       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=lstat">lstat</A>
333       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/stat.html">stat</A>() function: return information about a file or symbolic link.
334     </TR>
335     <TR WIDTH="100%">
336       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=timespec">timespec</A>
337       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">struct timespec.
338     </TR>
339     <TR WIDTH="100%">
340       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=nanosleep">nanosleep</A>
341       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/nanosleep.html">nanosleep</A>() function: pause execution for a specified time.
342     </TR>
343     <TR WIDTH="100%">
344       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=regex">regex</A>
345       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Regular expression matching.
346     </TR>
347     <TR WIDTH="100%">
348       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rename">rename</A>
349       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/rename.html">rename</A>() function: change the name or location of a file.
350     </TR>
351     <TR WIDTH="100%">
352       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rmdir">rmdir</A>
353       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/rmdir.html">rmdir</A>() function: delete a directory.
354     </TR>
355     <TR WIDTH="100%">
356       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=utime">utime</A>
357       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/utime.html">utime</A>() function: change access and/or modification times of a file.
358     </TR>
359   </TABLE>
360   <H2><A HREF="#posix_enh">Enhancements for POSIX:2001 functions</A></H2>
361   <TABLE>
362     <TR WIDTH="100%">
363       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dirname">dirname</A>
364       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Extract specific portions of filenames.
365     </TR>
366     <TR WIDTH="100%">
367       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getopt">getopt</A>
368       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Process command line arguments.
369     </TR>
370     <TR WIDTH="100%">
371       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unistd-safer">unistd-safer</A>
372       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">File descriptor functions that avoid clobbering STD{IN,OUT,ERR}_FILENO.
373     </TR>
374     <TR WIDTH="100%">
375       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch">fnmatch</A>
376       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">GNU <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/fnmatch.html">fnmatch</A>() implementation.
377     </TR>
378     <TR WIDTH="100%">
379       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch-posix">fnmatch-posix</A>
380       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/fnmatch.html">fnmatch</A>() function: wildcard matching.
381     </TR>
382     <TR WIDTH="100%">
383       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fnmatch-gnu">fnmatch-gnu</A>
384       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/fnmatch.html">fnmatch</A>() function: wildcard matching, with GNU extensions.
385     </TR>
386     <TR WIDTH="100%">
387       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exclude">exclude</A>
388       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Manage list of filenames or wildcard patterns for --exclude option processing.
389     </TR>
390   </TABLE>
391   <H2><A HREF="#posix_ext">Extra functions based on POSIX:2001</A></H2>
392   <H3><A HREF="#posix_ext_conv">Numeric conversion functions</A></H3>
393   <TABLE>
394     <TR WIDTH="100%">
395       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=human">human</A>
396       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a number (usually a file size) to a human readable string, possibly
397 with K/M/G suffix.
398     </TR>
399   </TABLE>
400   <H3><A HREF="#posix_ext_filesys">File system functions</A></H3>
401   <TABLE>
402     <TR WIDTH="100%">
403       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=acl">acl</A>
404       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Access control lists of files.  (Unportable.)
405     </TR>
406     <TR WIDTH="100%">
407       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=backupfile">backupfile</A>
408       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determination of the filename of a backup file, according to user environment
409 variables.
410     </TR>
411     <TR WIDTH="100%">
412       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fsusage">fsusage</A>
413       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return filesystem space usage info.
414     </TR>
415     <TR WIDTH="100%">
416       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=dirfd">dirfd</A>
417       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Retrieving the file descriptor of an open directory stream.  (Unportable.)
418     </TR>
419     <TR WIDTH="100%">
420       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=euidaccess">euidaccess</A>
421       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">euidaccess() function: check effective user's permissions for a file.
422     </TR>
423     <TR WIDTH="100%">
424       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=file-type">file-type</A>
425       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return a string describing the type of a file.
426     </TR>
427     <TR WIDTH="100%">
428       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fileblocks">fileblocks</A>
429       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Estimate number of blocks of a file, if 'struct stat' doesn't have st_blocks.
430     </TR>
431     <TR WIDTH="100%">
432       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=filemode">filemode</A>
433       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return a string (?rwxrwxrwx format) describing the type and permissions of a
434 file.
435     </TR>
436     <TR WIDTH="100%">
437       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=isdir">isdir</A>
438       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether a directory exists.
439     </TR>
440     <TR WIDTH="100%">
441       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=lchown">lchown</A>
442       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/lchown.html">lchown</A>() function: change ownership of a file.
443     </TR>
444     <TR WIDTH="100%">
445       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=makepath">makepath</A>
446       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Ensure that a directory path exists.
447     </TR>
448     <TR WIDTH="100%">
449       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=modechange">modechange</A>
450       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Manipulation of mode changes specified by strings (e.g. as first argument of
451 chmod utility).
452     </TR>
453     <TR WIDTH="100%">
454       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mountlist">mountlist</A>
455       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return list of mounted filesystems.
456     </TR>
457     <TR WIDTH="100%">
458       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=path-concat">path-concat</A>
459       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Construct a full pathname by concatenating a directory name and a relative
460 filename.
461     </TR>
462     <TR WIDTH="100%">
463       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=pathmax">pathmax</A>
464       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return maximum size of reasonable pathnames.  (Unportable: Hurd has no limit.)
465     </TR>
466     <TR WIDTH="100%">
467       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=same">same</A>
468       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether two pathnames refer to the same directory entry of the same
469 directory.
470     </TR>
471     <TR WIDTH="100%">
472       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=save-cwd">save-cwd</A>
473       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Save and restore the current working directory.
474     </TR>
475     <TR WIDTH="100%">
476       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=savedir">savedir</A>
477       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the entries of a directory (just the names) as an argz string.
478     </TR>
479     <TR WIDTH="100%">
480       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgetcwd">xgetcwd</A>
481       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the current working directory, without size limitations.
482     </TR>
483     <TR WIDTH="100%">
484       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xreadlink">xreadlink</A>
485       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the contents of a symbolic link, without size limitations.
486     </TR>
487   </TABLE>
488   <H3><A HREF="#posix_ext_filedesc">File descriptor based Input/Output</A></H3>
489   <TABLE>
490     <TR WIDTH="100%">
491       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=safe-read">safe-read</A>
492       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/read.html">read</A>() that retries after interrupts.
493     </TR>
494     <TR WIDTH="100%">
495       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=safe-write">safe-write</A>
496       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/write.html">write</A>() that retries after interrupts.
497     </TR>
498     <TR WIDTH="100%">
499       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=full-read">full-read</A>
500       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/read.html">read</A>() that reads all it is asked to read.
501     </TR>
502     <TR WIDTH="100%">
503       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=full-write">full-write</A>
504       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">An interface to <A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/write.html">write</A>() that writes all it is asked to write.
505     </TR>
506   </TABLE>
507   <H3><A HREF="#posix_ext_filestream">File stream based Input/Output</A></H3>
508   <TABLE>
509     <TR WIDTH="100%">
510       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fpending">fpending</A>
511       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine the number of bytes waiting in the output buffer of a stream.
512     </TR>
513     <TR WIDTH="100%">
514       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=closeout">closeout</A>
515       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Close stdout, checking for errors.
516     </TR>
517     <TR WIDTH="100%">
518       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=stdio-safer">stdio-safer</A>
519       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">File stream functions that avoid clobbering std{in,out,err}.
520     </TR>
521     <TR WIDTH="100%">
522       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpass">getpass</A>
523       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpass() function: read a password from /dev/tty.
524     </TR>
525   </TABLE>
526   <H3><A HREF="#posix_ext_uidgid">Users and groups</A></H3>
527   <TABLE>
528     <TR WIDTH="100%">
529       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getugroups">getugroups</A>
530       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the group IDs of a user.
531     </TR>
532     <TR WIDTH="100%">
533       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=group-member">group-member</A>
534       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether the current process has the permissions of a given group ID.
535     </TR>
536     <TR WIDTH="100%">
537       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=idcache">idcache</A>
538       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Username &lt;--&gt; uid and groupname &lt;--&gt; gid conversions, with cache for speed.
539     </TR>
540     <TR WIDTH="100%">
541       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=userspec">userspec</A>
542       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Parse a specifying a user and/or group (e.g. as first argument of chown
543 utility).
544     </TR>
545   </TABLE>
546   <H3><A HREF="#posix_ext_datetime">Date and time</A></H3>
547   <TABLE>
548     <TR WIDTH="100%">
549       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettime">gettime</A>
550       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return current time, with nanosecond resolution.
551     </TR>
552     <TR WIDTH="100%">
553       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=settime">settime</A>
554       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set the current time, with nanosecond resolution.
555     </TR>
556     <TR WIDTH="100%">
557       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=posixtm">posixtm</A>
558       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert a date/time string (POSIX syntax) to linear time or broken-down time.
559     </TR>
560   </TABLE>
561   <H3><A HREF="#posix_ext_net">Networking functions</A></H3>
562   <TABLE>
563     <TR WIDTH="100%">
564       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gethostname">gethostname</A>
565       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%"><A HREF="http://www.opengroup.org/onlinepubs/007904975/functions/gethostname.html">gethostname</A>() function: Return machine's hostname.
566     </TR>
567     <TR WIDTH="100%">
568       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xgethostname">xgethostname</A>
569       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return machine's hostname, without size limitations.
570     </TR>
571     <TR WIDTH="100%">
572       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=canon-host">canon-host</A>
573       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Canonicalize a host name: return a name other hosts can understand, i.e.
574 usually the host name including FQDN.
575     </TR>
576   </TABLE>
577   <H3><A HREF="#posix_ext_i18n">Internationalization functions</A></H3>
578   <TABLE>
579     <TR WIDTH="100%">
580       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=gettext">gettext</A>
581       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Translate messages to user's native language.
582     </TR>
583     <TR WIDTH="100%">
584       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=iconv">iconv</A>
585       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Character set conversion.
586     </TR>
587     <TR WIDTH="100%">
588       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=localcharset">localcharset</A>
589       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return current locale's character encoding.
590     </TR>
591     <TR WIDTH="100%">
592       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=hard-locale">hard-locale</A>
593       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine whether the current locale is different from the "C" locale.
594     </TR>
595     <TR WIDTH="100%">
596       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=mbswidth">mbswidth</A>
597       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine the number of screen columns needed for a string.
598     </TR>
599     <TR WIDTH="100%">
600       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcasecmp">memcasecmp</A>
601       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Case-insensitive memory area comparison.
602     </TR>
603     <TR WIDTH="100%">
604       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=memcoll">memcoll</A>
605       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent memory area comparison.
606     </TR>
607     <TR WIDTH="100%">
608       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=xmemcoll">xmemcoll</A>
609       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent memory area comparison, with error checking.
610     </TR>
611     <TR WIDTH="100%">
612       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=unicodeio">unicodeio</A>
613       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Unicode character output to streams with locale dependent encoding.
614     </TR>
615     <TR WIDTH="100%">
616       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=rpmatch">rpmatch</A>
617       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Locale dependent classification of a response as matching "yes" or "no".
618     </TR>
619     <TR WIDTH="100%">
620       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=yesno">yesno</A>
621       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read a response from the user, and its classification as matching "yes" or
622 "no".
623     </TR>
624   </TABLE>
625   <H3><A HREF="#posix_ext_exec">Executing programs</A></H3>
626   <H3><A HREF="#posix_ext_java">Java</A></H3>
627   <H3><A HREF="#posix_ext_misc">Misc</A></H3>
628   <TABLE>
629     <TR WIDTH="100%">
630       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=exitfail">exitfail</A>
631       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Set exit status for fatal signal.
632     </TR>
633     <TR WIDTH="100%">
634       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=c-stack">c-stack</A>
635       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Stack overflow handling, causing program exit.
636     </TR>
637     <TR WIDTH="100%">
638       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=error">error</A>
639       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">error() and error_at_line() functions: Error reporting.
640     </TR>
641     <TR WIDTH="100%">
642       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=fatal">fatal</A>
643       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Error reporting for fatal errors.
644     </TR>
645     <TR WIDTH="100%">
646       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getloadavg">getloadavg</A>
647       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return the current system load averages.
648     </TR>
649     <TR WIDTH="100%">
650       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getpagesize">getpagesize</A>
651       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">getpagesize() function: Return memory page size.
652     </TR>
653     <TR WIDTH="100%">
654       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=getusershell">getusershell</A>
655       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return names of valid user shells.
656     </TR>
657     <TR WIDTH="100%">
658       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=physmem">physmem</A>
659       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Return amount of total/available physical memory.
660     </TR>
661     <TR WIDTH="100%">
662       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=posixver">posixver</A>
663       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Determine desired POSIX specification version, according to user's environment
664 variables.
665     </TR>
666     <TR WIDTH="100%">
667       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=quotearg">quotearg</A>
668       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Quote arguments for use in error messages.
669     </TR>
670     <TR WIDTH="100%">
671       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=quote">quote</A>
672       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Quote arguments for use in error messages.
673     </TR>
674     <TR WIDTH="100%">
675       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=readutmp">readutmp</A>
676       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Read entire utmp file into memory.
677     </TR>
678     <TR WIDTH="100%">
679       <TD ALIGN=LEFT VALIGN=TOP WIDTH="20%"><A HREF="#module=sig2str">sig2str</A>
680       <TD ALIGN=LEFT VALIGN=TOP WIDTH="80%">Convert between signal names and signal numbers.
681     </TR>
682   </TABLE>
683   <H2><A NAME="ansic_sup">Support for systems lacking ANSI C 89</A></H2>
684   <TABLE>
685     <TR>
686       <TH ALIGN=LEFT>modules/
687       <TH ALIGN=LEFT>lib/
688       <TH ALIGN=LEFT>lib/
689       <TH ALIGN=LEFT>m4/
690       <TH ALIGN=LEFT>&nbsp;
691     </TR>
692     <TR>
693       <TH ALIGN=LEFT>Module
694       <TH ALIGN=LEFT>Header
695       <TH ALIGN=LEFT>Implementation
696       <TH ALIGN=LEFT>Autoconf macro
697       <TH ALIGN=LEFT>Depends on
698     </TR>
699     <TR>
700       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-bs-a"></A><A HREF="modules/c-bs-a">c-bs-a</A>
701       <TD ALIGN=LEFT VALIGN=TOP>---
702       <TD ALIGN=LEFT VALIGN=TOP>---
703       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-bs-a.m4">c-bs-a.m4</A><BR>AC_C_BACKSLASH_A
704       <TD ALIGN=LEFT VALIGN=TOP>---
705     </TR>
706     <TR>
707       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=assert"></A><A HREF="modules/assert">assert</A>
708       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/assert.h.html">assert.h</A>&gt;
709       <TD ALIGN=LEFT VALIGN=TOP>---
710       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/assert.m4">assert.m4</A><BR>jm_ASSERT
711       <TD ALIGN=LEFT VALIGN=TOP>---
712     </TR>
713     <TR>
714       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=atexit"></A><A HREF="modules/atexit">atexit</A>
715       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
716       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/atexit.c">atexit.c</A>
717       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/atexit.m4">atexit.m4</A><BR>gl_FUNC_ATEXIT
718       <TD ALIGN=LEFT VALIGN=TOP>---
719     </TR>
720     <TR>
721       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtod"></A><A HREF="modules/strtod">strtod</A>
722       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
723       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtod.c">strtod.c</A>
724       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtod.m4">strtod.m4</A><BR>gl_FUNC_STRTOD
725       <TD ALIGN=LEFT VALIGN=TOP>---
726     </TR>
727     <TR>
728       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtol"></A><A HREF="modules/strtol">strtol</A>
729       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
730       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtol.c">strtol.c</A>
731       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtol.m4">strtol.m4</A><BR>gl_FUNC_STRTOL
732       <TD ALIGN=LEFT VALIGN=TOP>---
733     </TR>
734     <TR>
735       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoul"></A><A HREF="modules/strtoul">strtoul</A>
736       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
737       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoul.c">strtoul.c</A>
738       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strtoul.m4">strtoul.m4</A><BR>gl_FUNC_STRTOUL
739       <TD ALIGN=LEFT VALIGN=TOP>strtol
740     </TR>
741     <TR>
742       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memchr"></A><A HREF="modules/memchr">memchr</A>
743       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
744       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memchr.c">memchr.c</A>
745       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memchr.m4">memchr.m4</A><BR>gl_FUNC_MEMCHR
746       <TD ALIGN=LEFT VALIGN=TOP>---
747     </TR>
748     <TR>
749       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcmp"></A><A HREF="modules/memcmp">memcmp</A>
750       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
751       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcmp.c">memcmp.c</A>
752       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcmp.m4">memcmp.m4</A><BR>jm_FUNC_MEMCMP
753       <TD ALIGN=LEFT VALIGN=TOP>---
754     </TR>
755     <TR>
756       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcpy"></A><A HREF="modules/memcpy">memcpy</A>
757       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
758       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcpy.c">memcpy.c</A>
759       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcpy.m4">memcpy.m4</A><BR>gl_FUNC_MEMCPY
760       <TD ALIGN=LEFT VALIGN=TOP>---
761     </TR>
762     <TR>
763       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memmove"></A><A HREF="modules/memmove">memmove</A>
764       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
765       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memmove.c">memmove.c</A>
766       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memmove.m4">memmove.m4</A><BR>gl_FUNC_MEMMOVE
767       <TD ALIGN=LEFT VALIGN=TOP>---
768     </TR>
769     <TR>
770       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memset"></A><A HREF="modules/memset">memset</A>
771       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
772       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memset.c">memset.c</A>
773       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memset.m4">memset.m4</A><BR>gl_FUNC_MEMSET
774       <TD ALIGN=LEFT VALIGN=TOP>---
775     </TR>
776     <TR>
777       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strcspn"></A><A HREF="modules/strcspn">strcspn</A>
778       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
779       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strcspn.c">strcspn.c</A>
780       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strcspn.m4">strcspn.m4</A><BR>gl_FUNC_STRCSPN
781       <TD ALIGN=LEFT VALIGN=TOP>---
782     </TR>
783     <TR>
784       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strpbrk"></A><A HREF="modules/strpbrk">strpbrk</A>
785       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strpbrk.h">strpbrk.h</A>"
786       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strpbrk.c">strpbrk.c</A>
787       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strpbrk.m4">strpbrk.m4</A><BR>gl_FUNC_STRPBRK
788       <TD ALIGN=LEFT VALIGN=TOP>---
789     </TR>
790     <TR>
791       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strstr"></A><A HREF="modules/strstr">strstr</A>
792       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strstr.h">strstr.h</A>"
793       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strstr.c">strstr.c</A>
794       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strstr.m4">strstr.m4</A><BR>gl_FUNC_STRSTR
795       <TD ALIGN=LEFT VALIGN=TOP>---
796     </TR>
797     <TR>
798       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strerror"></A><A HREF="modules/strerror">strerror</A>
799       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/string.h.html">string.h</A>&gt;
800       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strerror.c">strerror.c</A>
801       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strerror.m4">strerror.m4</A><BR>gl_FUNC_STRERROR
802       <TD ALIGN=LEFT VALIGN=TOP>---
803     </TR>
804     <TR>
805       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mktime"></A><A HREF="modules/mktime">mktime</A>
806       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/time.h.html">time.h</A>&gt;
807       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mktime.c">mktime.c</A>
808       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mktime.m4">mktime.m4</A><BR>gl_FUNC_MKTIME
809       <TD ALIGN=LEFT VALIGN=TOP>---
810     </TR>
811   </TABLE>
812   These modules are not listed among dependencies below, for simplicity.
813   <H2><A NAME="ansic_enh">Enhancements for ANSI C 89 functions</A></H2>
814   <H3><A NAME="ansic_enh_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
815   <TABLE>
816     <TR>
817       <TH ALIGN=LEFT>modules/
818       <TH ALIGN=LEFT>lib/
819       <TH ALIGN=LEFT>lib/
820       <TH ALIGN=LEFT>m4/
821       <TH ALIGN=LEFT>&nbsp;
822     </TR>
823     <TR>
824       <TH ALIGN=LEFT>Module
825       <TH ALIGN=LEFT>Header
826       <TH ALIGN=LEFT>Implementation
827       <TH ALIGN=LEFT>Autoconf macro
828       <TH ALIGN=LEFT>Depends on
829     </TR>
830     <TR>
831       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=malloc"></A><A HREF="modules/malloc">malloc</A>
832       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
833       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/malloc.c">malloc.c</A>
834       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/malloc.m4">malloc.m4</A><BR>jm_FUNC_MALLOC
835       <TD ALIGN=LEFT VALIGN=TOP>---
836     </TR>
837     <TR>
838       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=realloc"></A><A HREF="modules/realloc">realloc</A>
839       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
840       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/realloc.c">realloc.c</A>
841       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/realloc.m4">realloc.m4</A><BR>jm_FUNC_REALLOC
842       <TD ALIGN=LEFT VALIGN=TOP>---
843     </TR>
844   </TABLE>
845   <H3><A NAME="ansic_enh_time_datetime">Date and time &lt;time.h&gt;</A></H3>
846   <TABLE>
847     <TR>
848       <TH ALIGN=LEFT>modules/
849       <TH ALIGN=LEFT>lib/
850       <TH ALIGN=LEFT>lib/
851       <TH ALIGN=LEFT>m4/
852       <TH ALIGN=LEFT>&nbsp;
853     </TR>
854     <TR>
855       <TH ALIGN=LEFT>Module
856       <TH ALIGN=LEFT>Header
857       <TH ALIGN=LEFT>Implementation
858       <TH ALIGN=LEFT>Autoconf macro
859       <TH ALIGN=LEFT>Depends on
860     </TR>
861     <TR>
862       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strftime"></A><A HREF="modules/strftime">strftime</A>
863       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/time.h.html">time.h</A>&gt;
864       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strftime.c">strftime.c</A>
865       <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>jm_FUNC_GNU_STRFTIME
866       <TD ALIGN=LEFT VALIGN=TOP>---
867     </TR>
868   </TABLE>
869   <H2><A NAME="ansic_ext">Extra functions based on ANSI C 89</A></H2>
870   <H3><A NAME="ansic_ext_stdlib_memory">Memory management functions &lt;stdlib.h&gt;</A></H3>
871   <TABLE>
872     <TR>
873       <TH ALIGN=LEFT>modules/
874       <TH ALIGN=LEFT>lib/
875       <TH ALIGN=LEFT>lib/
876       <TH ALIGN=LEFT>m4/
877       <TH ALIGN=LEFT>&nbsp;
878     </TR>
879     <TR>
880       <TH ALIGN=LEFT>Module
881       <TH ALIGN=LEFT>Header
882       <TH ALIGN=LEFT>Implementation
883       <TH ALIGN=LEFT>Autoconf macro
884       <TH ALIGN=LEFT>Depends on
885     </TR>
886     <TR>
887       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xalloc"></A><A HREF="modules/xalloc">xalloc</A>
888       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xalloc.h">xalloc.h</A>"
889       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xmalloc.c">xmalloc.c</A><BR><A HREF="lib/xstrdup.c">xstrdup.c</A>
890       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xalloc.m4">xalloc.m4</A><BR>gl_XALLOC
891       <TD ALIGN=LEFT VALIGN=TOP>malloc<BR>realloc<BR>error<BR>gettext
892     </TR>
893     <TR>
894       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=alloca"></A><A HREF="modules/alloca">alloca</A>
895       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;alloca.h&gt;
896       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/alloca_.h">alloca_.h</A><BR><A HREF="lib/alloca.c">alloca.c</A>
897       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/alloca.m4">alloca.m4</A><BR>gl_FUNC_ALLOCA
898       <TD ALIGN=LEFT VALIGN=TOP>xalloc
899     </TR>
900     <TR>
901       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=bumpalloc"></A><A HREF="modules/bumpalloc">bumpalloc</A>
902       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/bumpalloc.h">bumpalloc.h</A>"
903       <TD ALIGN=LEFT VALIGN=TOP>---
904       <TD ALIGN=LEFT VALIGN=TOP>---
905       <TD ALIGN=LEFT VALIGN=TOP>xalloc
906     </TR>
907   </TABLE>
908   <H3><A NAME="ansic_ext_stdlib_arith">Integer arithmetic functions &lt;stdlib.h&gt;</A></H3>
909   <TABLE>
910     <TR>
911       <TH ALIGN=LEFT>modules/
912       <TH ALIGN=LEFT>lib/
913       <TH ALIGN=LEFT>lib/
914       <TH ALIGN=LEFT>m4/
915       <TH ALIGN=LEFT>&nbsp;
916     </TR>
917     <TR>
918       <TH ALIGN=LEFT>Module
919       <TH ALIGN=LEFT>Header
920       <TH ALIGN=LEFT>Implementation
921       <TH ALIGN=LEFT>Autoconf macro
922       <TH ALIGN=LEFT>Depends on
923     </TR>
924     <TR>
925       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gcd"></A><A HREF="modules/gcd">gcd</A>
926       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gcd.h">gcd.h</A>"
927       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gcd.c">gcd.c</A>
928       <TD ALIGN=LEFT VALIGN=TOP>---
929       <TD ALIGN=LEFT VALIGN=TOP>---
930     </TR>
931   </TABLE>
932   <H3><A NAME="ansic_ext_stdlib_env">Environment variables &lt;stdlib.h&gt;</A></H3>
933   <TABLE>
934     <TR>
935       <TH ALIGN=LEFT>modules/
936       <TH ALIGN=LEFT>lib/
937       <TH ALIGN=LEFT>lib/
938       <TH ALIGN=LEFT>m4/
939       <TH ALIGN=LEFT>&nbsp;
940     </TR>
941     <TR>
942       <TH ALIGN=LEFT>Module
943       <TH ALIGN=LEFT>Header
944       <TH ALIGN=LEFT>Implementation
945       <TH ALIGN=LEFT>Autoconf macro
946       <TH ALIGN=LEFT>Depends on
947     </TR>
948     <TR>
949       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=putenv"></A><A HREF="modules/putenv">putenv</A>
950       <TD ALIGN=LEFT VALIGN=TOP>---
951       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/putenv.c">putenv.c</A>
952       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/putenv.m4">putenv.m4</A><BR>jm_FUNC_PUTENV
953       <TD ALIGN=LEFT VALIGN=TOP>---
954     </TR>
955     <TR>
956       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=setenv"></A><A HREF="modules/setenv">setenv</A>
957       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/setenv.h">setenv.h</A>"
958       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/setenv.c">setenv.c</A><BR><A HREF="lib/unsetenv.c">unsetenv.c</A>
959       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/setenv.m4">setenv.m4</A><BR>gt_FUNC_SETENV
960       <TD ALIGN=LEFT VALIGN=TOP>alloca
961     </TR>
962   </TABLE>
963   <H3><A NAME="ansic_ext_ctype">Character handling &lt;ctype.h&gt;</A></H3>
964   <H3><A NAME="ansic_ext_string">String handling &lt;string.h&gt;</A></H3>
965   <TABLE>
966     <TR>
967       <TH ALIGN=LEFT>modules/
968       <TH ALIGN=LEFT>lib/
969       <TH ALIGN=LEFT>lib/
970       <TH ALIGN=LEFT>m4/
971       <TH ALIGN=LEFT>&nbsp;
972     </TR>
973     <TR>
974       <TH ALIGN=LEFT>Module
975       <TH ALIGN=LEFT>Header
976       <TH ALIGN=LEFT>Implementation
977       <TH ALIGN=LEFT>Autoconf macro
978       <TH ALIGN=LEFT>Depends on
979     </TR>
980     <TR>
981       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=bcopy"></A><A HREF="modules/bcopy">bcopy</A>
982       <TD ALIGN=LEFT VALIGN=TOP>---
983       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/bcopy.c">bcopy.c</A>
984       <TD ALIGN=LEFT VALIGN=TOP>AC_REPLACE_FUNCS(bcopy)
985       <TD ALIGN=LEFT VALIGN=TOP>---
986     </TR>
987     <TR>
988       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memrchr"></A><A HREF="modules/memrchr">memrchr</A>
989       <TD ALIGN=LEFT VALIGN=TOP>---
990       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memrchr.c">memrchr.c</A>
991       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memrchr.m4">memrchr.m4</A><BR>gl_FUNC_MEMRCHR
992       <TD ALIGN=LEFT VALIGN=TOP>---
993     </TR>
994     <TR>
995       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stpcpy"></A><A HREF="modules/stpcpy">stpcpy</A>
996       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stpcpy.h">stpcpy.h</A>"
997       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stpcpy.c">stpcpy.c</A>
998       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stpcpy.m4">stpcpy.m4</A><BR>gl_FUNC_STPCPY
999       <TD ALIGN=LEFT VALIGN=TOP>---
1000     </TR>
1001     <TR>
1002       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strcase"></A><A HREF="modules/strcase">strcase</A>
1003       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strcase.h">strcase.h</A>"
1004       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strcasecmp.c">strcasecmp.c</A><BR><A HREF="lib/strncasecmp.c">strncasecmp.c</A>
1005       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strcase.m4">strcase.m4</A><BR>gl_STRCASE
1006       <TD ALIGN=LEFT VALIGN=TOP>---
1007     </TR>
1008     <TR>
1009       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strdup"></A><A HREF="modules/strdup">strdup</A>
1010       <TD ALIGN=LEFT VALIGN=TOP>---
1011       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strdup.c">strdup.c</A>
1012       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strdup.m4">strdup.m4</A><BR>gl_FUNC_STRDUP
1013       <TD ALIGN=LEFT VALIGN=TOP>---
1014     </TR>
1015     <TR>
1016       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strnlen"></A><A HREF="modules/strnlen">strnlen</A>
1017       <TD ALIGN=LEFT VALIGN=TOP>---
1018       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strnlen.c">strnlen.c</A>
1019       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strnlen.m4">strnlen.m4</A><BR>gl_FUNC_STRNLEN
1020       <TD ALIGN=LEFT VALIGN=TOP>---
1021     </TR>
1022     <TR>
1023       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strndup"></A><A HREF="modules/strndup">strndup</A>
1024       <TD ALIGN=LEFT VALIGN=TOP>---
1025       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strndup.c">strndup.c</A>
1026       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strndup.m4">strndup.m4</A><BR>gl_FUNC_STRNDUP
1027       <TD ALIGN=LEFT VALIGN=TOP>strnlen
1028     </TR>
1029   </TABLE>
1030   <H3><A NAME="ansic_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
1031   <TABLE>
1032     <TR>
1033       <TH ALIGN=LEFT>modules/
1034       <TH ALIGN=LEFT>lib/
1035       <TH ALIGN=LEFT>lib/
1036       <TH ALIGN=LEFT>m4/
1037       <TH ALIGN=LEFT>&nbsp;
1038     </TR>
1039     <TR>
1040       <TH ALIGN=LEFT>Module
1041       <TH ALIGN=LEFT>Header
1042       <TH ALIGN=LEFT>Implementation
1043       <TH ALIGN=LEFT>Autoconf macro
1044       <TH ALIGN=LEFT>Depends on
1045     </TR>
1046     <TR>
1047       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtod"></A><A HREF="modules/xstrtod">xstrtod</A>
1048       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtod.h">xstrtod.h</A>"
1049       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtod.c">xstrtod.c</A>
1050       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtod.m4">xstrtod.m4</A><BR>gl_XSTRTOD
1051       <TD ALIGN=LEFT VALIGN=TOP>---
1052     </TR>
1053     <TR>
1054       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtol"></A><A HREF="modules/xstrtol">xstrtol</A>
1055       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
1056       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtol.c">xstrtol.c</A><BR><A HREF="lib/xstrtoul.c">xstrtoul.c</A>
1057       <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
1058       <TD ALIGN=LEFT VALIGN=TOP>---
1059     </TR>
1060   </TABLE>
1061   <H3><A NAME="ansic_ext_time_datetime">Date and time &lt;time.h&gt;</A></H3>
1062   <TABLE>
1063     <TR>
1064       <TH ALIGN=LEFT>modules/
1065       <TH ALIGN=LEFT>lib/
1066       <TH ALIGN=LEFT>lib/
1067       <TH ALIGN=LEFT>m4/
1068       <TH ALIGN=LEFT>&nbsp;
1069     </TR>
1070     <TR>
1071       <TH ALIGN=LEFT>Module
1072       <TH ALIGN=LEFT>Header
1073       <TH ALIGN=LEFT>Implementation
1074       <TH ALIGN=LEFT>Autoconf macro
1075       <TH ALIGN=LEFT>Depends on
1076     </TR>
1077     <TR>
1078       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getdate"></A><A HREF="modules/getdate">getdate</A>
1079       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getdate.h">getdate.h</A>"
1080       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getdate.y">getdate.y</A>
1081       <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
1082       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io
1083     </TR>
1084   </TABLE>
1085   <H3><A NAME="ansic_ext_stdio">Input/Output &lt;stdio.h&gt;</A></H3>
1086   <TABLE>
1087     <TR>
1088       <TH ALIGN=LEFT>modules/
1089       <TH ALIGN=LEFT>lib/
1090       <TH ALIGN=LEFT>lib/
1091       <TH ALIGN=LEFT>m4/
1092       <TH ALIGN=LEFT>&nbsp;
1093     </TR>
1094     <TR>
1095       <TH ALIGN=LEFT>Module
1096       <TH ALIGN=LEFT>Header
1097       <TH ALIGN=LEFT>Implementation
1098       <TH ALIGN=LEFT>Autoconf macro
1099       <TH ALIGN=LEFT>Depends on
1100     </TR>
1101     <TR>
1102       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unlocked-io"></A><A HREF="modules/unlocked-io">unlocked-io</A>
1103       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unlocked-io.h">unlocked-io.h</A>"
1104       <TD ALIGN=LEFT VALIGN=TOP>---
1105       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unlocked-io.m4">unlocked-io.m4</A><BR>jm_FUNC_GLIBC_UNLOCKED_IO
1106       <TD ALIGN=LEFT VALIGN=TOP>---
1107     </TR>
1108   </TABLE>
1109   <H3><A NAME="ansic_ext_argv">Command-line arguments</A></H3>
1110   <TABLE>
1111     <TR>
1112       <TH ALIGN=LEFT>modules/
1113       <TH ALIGN=LEFT>lib/
1114       <TH ALIGN=LEFT>lib/
1115       <TH ALIGN=LEFT>m4/
1116       <TH ALIGN=LEFT>&nbsp;
1117     </TR>
1118     <TR>
1119       <TH ALIGN=LEFT>Module
1120       <TH ALIGN=LEFT>Header
1121       <TH ALIGN=LEFT>Implementation
1122       <TH ALIGN=LEFT>Autoconf macro
1123       <TH ALIGN=LEFT>Depends on
1124     </TR>
1125     <TR>
1126       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=argmatch"></A><A HREF="modules/argmatch">argmatch</A>
1127       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/argmatch.h">argmatch.h</A>"
1128       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/argmatch.c">argmatch.c</A>
1129       <TD ALIGN=LEFT VALIGN=TOP>---
1130       <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>error<BR>quotearg<BR>quote<BR>unlocked-io
1131     </TR>
1132     <TR>
1133       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=version-etc"></A><A HREF="modules/version-etc">version-etc</A>
1134       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/version-etc.h">version-etc.h</A>"
1135       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/version-etc.c">version-etc.c</A>
1136       <TD ALIGN=LEFT VALIGN=TOP>---
1137       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>gettext
1138     </TR>
1139     <TR>
1140       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=long-options"></A><A HREF="modules/long-options">long-options</A>
1141       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/long-options.h">long-options.h</A>"
1142       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/long-options.c">long-options.c</A>
1143       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/long-options.m4">long-options.m4</A><BR>gl_LONG_OPTIONS
1144       <TD ALIGN=LEFT VALIGN=TOP>version-etc
1145     </TR>
1146   </TABLE>
1147   <H3><A NAME="ansic_ext_crypto">Cryptographic computations</A></H3>
1148   <TABLE>
1149     <TR>
1150       <TH ALIGN=LEFT>modules/
1151       <TH ALIGN=LEFT>lib/
1152       <TH ALIGN=LEFT>lib/
1153       <TH ALIGN=LEFT>m4/
1154       <TH ALIGN=LEFT>&nbsp;
1155     </TR>
1156     <TR>
1157       <TH ALIGN=LEFT>Module
1158       <TH ALIGN=LEFT>Header
1159       <TH ALIGN=LEFT>Implementation
1160       <TH ALIGN=LEFT>Autoconf macro
1161       <TH ALIGN=LEFT>Depends on
1162     </TR>
1163     <TR>
1164       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=md5"></A><A HREF="modules/md5">md5</A>
1165       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/md5.h">md5.h</A>"
1166       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/md5.c">md5.c</A>
1167       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/md5.m4">md5.m4</A><BR>gl_MD5
1168       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io
1169     </TR>
1170     <TR>
1171       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sha"></A><A HREF="modules/sha">sha</A>
1172       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/sha.h">sha.h</A>"
1173       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sha.c">sha.c</A>
1174       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sha.m4">sha.m4</A><BR>gl_SHA
1175       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>md5
1176     </TR>
1177   </TABLE>
1178   <H3><A NAME="ansic_ext_misc">Misc</A></H3>
1179   <TABLE>
1180     <TR>
1181       <TH ALIGN=LEFT>modules/
1182       <TH ALIGN=LEFT>lib/
1183       <TH ALIGN=LEFT>lib/
1184       <TH ALIGN=LEFT>m4/
1185       <TH ALIGN=LEFT>&nbsp;
1186     </TR>
1187     <TR>
1188       <TH ALIGN=LEFT>Module
1189       <TH ALIGN=LEFT>Header
1190       <TH ALIGN=LEFT>Implementation
1191       <TH ALIGN=LEFT>Autoconf macro
1192       <TH ALIGN=LEFT>Depends on
1193     </TR>
1194     <TR>
1195       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=diacrit"></A><A HREF="modules/diacrit">diacrit</A>
1196       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/diacrit.h">diacrit.h</A>"
1197       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/diacrit.c">diacrit.c</A>
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=getline"></A><A HREF="modules/getline">getline</A>
1203       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getline.h">getline.h</A>"
1204       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getline.c">getline.c</A>
1205       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getline.m4">getline.m4</A><BR>AM_FUNC_GETLINE
1206       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io
1207     </TR>
1208     <TR>
1209       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=linebuffer"></A><A HREF="modules/linebuffer">linebuffer</A>
1210       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/linebuffer.h">linebuffer.h</A>"
1211       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/linebuffer.c">linebuffer.c</A>
1212       <TD ALIGN=LEFT VALIGN=TOP>---
1213       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
1214     </TR>
1215     <TR>
1216       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=obstack"></A><A HREF="modules/obstack">obstack</A>
1217       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/obstack.h">obstack.h</A>"
1218       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/obstack.c">obstack.c</A>
1219       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/obstack.m4">obstack.m4</A><BR>gl_OBSTACK
1220       <TD ALIGN=LEFT VALIGN=TOP>gettext
1221     </TR>
1222     <TR>
1223       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hash-pjw"></A><A HREF="modules/hash-pjw">hash-pjw</A>
1224       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hash-pjw.h">hash-pjw.h</A>"
1225       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hash-pjw.c">hash-pjw.c</A>
1226       <TD ALIGN=LEFT VALIGN=TOP>---
1227       <TD ALIGN=LEFT VALIGN=TOP>---
1228     </TR>
1229     <TR>
1230       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hash"></A><A HREF="modules/hash">hash</A>
1231       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hash.h">hash.h</A>"
1232       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hash.c">hash.c</A>
1233       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hash.m4">hash.m4</A><BR>gl_HASH
1234       <TD ALIGN=LEFT VALIGN=TOP>malloc<BR>realloc<BR>stdbool
1235     </TR>
1236     <TR>
1237       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readtokens"></A><A HREF="modules/readtokens">readtokens</A>
1238       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readtokens.h">readtokens.h</A>"
1239       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readtokens.c">readtokens.c</A>
1240       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readtokens.m4">readtokens.m4</A><BR>gl_READTOKENS
1241       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
1242     </TR>
1243     <TR>
1244       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strverscmp"></A><A HREF="modules/strverscmp">strverscmp</A>
1245       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/strverscmp.h">strverscmp.h</A>"
1246       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strverscmp.c">strverscmp.c</A>
1247       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/strverscmp.m4">strverscmp.m4</A><BR>gl_FUNC_STRVERSCMP
1248       <TD ALIGN=LEFT VALIGN=TOP>---
1249     </TR>
1250   </TABLE>
1251   <H2><A NAME="isoc_sup">Support for systems lacking ISO C 99</A></H2>
1252   <H3><A NAME="isoc_sup_stdbool">Boolean type and values &lt;stdbool.h&gt;</A></H3>
1253   <TABLE>
1254     <TR>
1255       <TH ALIGN=LEFT>modules/
1256       <TH ALIGN=LEFT>lib/
1257       <TH ALIGN=LEFT>lib/
1258       <TH ALIGN=LEFT>m4/
1259       <TH ALIGN=LEFT>&nbsp;
1260     </TR>
1261     <TR>
1262       <TH ALIGN=LEFT>Module
1263       <TH ALIGN=LEFT>Header
1264       <TH ALIGN=LEFT>Implementation
1265       <TH ALIGN=LEFT>Autoconf macro
1266       <TH ALIGN=LEFT>Depends on
1267     </TR>
1268     <TR>
1269       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stdbool"></A><A HREF="modules/stdbool">stdbool</A>
1270       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdbool.h.html">stdbool.h</A>&gt;
1271       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stdbool.h.in">stdbool.h.in</A>
1272       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stdbool.m4">stdbool.m4</A><BR>AM_STDBOOL_H
1273       <TD ALIGN=LEFT VALIGN=TOP>---
1274     </TR>
1275   </TABLE>
1276   <H3><A NAME="isoc_sup_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
1277   <TABLE>
1278     <TR>
1279       <TH ALIGN=LEFT>modules/
1280       <TH ALIGN=LEFT>lib/
1281       <TH ALIGN=LEFT>lib/
1282       <TH ALIGN=LEFT>m4/
1283       <TH ALIGN=LEFT>&nbsp;
1284     </TR>
1285     <TR>
1286       <TH ALIGN=LEFT>Module
1287       <TH ALIGN=LEFT>Header
1288       <TH ALIGN=LEFT>Implementation
1289       <TH ALIGN=LEFT>Autoconf macro
1290       <TH ALIGN=LEFT>Depends on
1291     </TR>
1292     <TR>
1293       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoll"></A><A HREF="modules/strtoll">strtoll</A>
1294       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1295       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoll.c">strtoll.c</A>
1296       <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
1297       <TD ALIGN=LEFT VALIGN=TOP>strtol
1298     </TR>
1299     <TR>
1300       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoull"></A><A HREF="modules/strtoull">strtoull</A>
1301       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1302       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoull.c">strtoull.c</A>
1303       <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
1304       <TD ALIGN=LEFT VALIGN=TOP>strtoul
1305     </TR>
1306   </TABLE>
1307   <H3><A NAME="isoc_sup_inttypes">Functions for greatest-width integer types &lt;inttypes.h&gt;</A></H3>
1308   <TABLE>
1309     <TR>
1310       <TH ALIGN=LEFT>modules/
1311       <TH ALIGN=LEFT>lib/
1312       <TH ALIGN=LEFT>lib/
1313       <TH ALIGN=LEFT>m4/
1314       <TH ALIGN=LEFT>&nbsp;
1315     </TR>
1316     <TR>
1317       <TH ALIGN=LEFT>Module
1318       <TH ALIGN=LEFT>Header
1319       <TH ALIGN=LEFT>Implementation
1320       <TH ALIGN=LEFT>Autoconf macro
1321       <TH ALIGN=LEFT>Depends on
1322     </TR>
1323     <TR>
1324       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoimax"></A><A HREF="modules/strtoimax">strtoimax</A>
1325       <TD ALIGN=LEFT VALIGN=TOP>---
1326       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoimax.c">strtoimax.c</A>
1327       <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
1328       <TD ALIGN=LEFT VALIGN=TOP>strtoll
1329     </TR>
1330     <TR>
1331       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=strtoumax"></A><A HREF="modules/strtoumax">strtoumax</A>
1332       <TD ALIGN=LEFT VALIGN=TOP>---
1333       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/strtoumax.c">strtoumax.c</A>
1334       <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
1335       <TD ALIGN=LEFT VALIGN=TOP>strtoimax<BR>strtoull
1336     </TR>
1337   </TABLE>
1338   <H2><A NAME="isoc_enh">Enhancements for ISO C 99 functions</A></H2>
1339   <TABLE>
1340     <TR>
1341       <TH ALIGN=LEFT>modules/
1342       <TH ALIGN=LEFT>lib/
1343       <TH ALIGN=LEFT>lib/
1344       <TH ALIGN=LEFT>m4/
1345       <TH ALIGN=LEFT>&nbsp;
1346     </TR>
1347     <TR>
1348       <TH ALIGN=LEFT>Module
1349       <TH ALIGN=LEFT>Header
1350       <TH ALIGN=LEFT>Implementation
1351       <TH ALIGN=LEFT>Autoconf macro
1352       <TH ALIGN=LEFT>Depends on
1353     </TR>
1354   </TABLE>
1355   <H2><A NAME="isoc_ext">Extra functions based on ISO C 99</A></H2>
1356   <H3><A NAME="isoc_ext_stdlib_conv">Numeric conversion functions &lt;stdlib.h&gt;</A></H3>
1357   <TABLE>
1358     <TR>
1359       <TH ALIGN=LEFT>modules/
1360       <TH ALIGN=LEFT>lib/
1361       <TH ALIGN=LEFT>lib/
1362       <TH ALIGN=LEFT>m4/
1363       <TH ALIGN=LEFT>&nbsp;
1364     </TR>
1365     <TR>
1366       <TH ALIGN=LEFT>Module
1367       <TH ALIGN=LEFT>Header
1368       <TH ALIGN=LEFT>Implementation
1369       <TH ALIGN=LEFT>Autoconf macro
1370       <TH ALIGN=LEFT>Depends on
1371     </TR>
1372     <TR>
1373       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtoimax"></A><A HREF="modules/xstrtoimax">xstrtoimax</A>
1374       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
1375       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtoimax.c">xstrtoimax.c</A>
1376       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtoimax.m4">xstrtoimax.m4</A><BR>jm_XSTRTOIMAX
1377       <TD ALIGN=LEFT VALIGN=TOP>xstrtol<BR>strtoimax
1378     </TR>
1379     <TR>
1380       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xstrtoumax"></A><A HREF="modules/xstrtoumax">xstrtoumax</A>
1381       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xstrtol.h">xstrtol.h</A>"
1382       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xstrtoumax.c">xstrtoumax.c</A>
1383       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xstrtoumax.m4">xstrtoumax.m4</A><BR>jm_XSTRTOUMAX
1384       <TD ALIGN=LEFT VALIGN=TOP>xstrtol<BR>strtoumax
1385     </TR>
1386   </TABLE>
1387   <H2><A NAME="posix_sup">Support for systems lacking POSIX:2001</A></H2>
1388   <TABLE>
1389     <TR>
1390       <TH ALIGN=LEFT>modules/
1391       <TH ALIGN=LEFT>lib/
1392       <TH ALIGN=LEFT>lib/
1393       <TH ALIGN=LEFT>m4/
1394       <TH ALIGN=LEFT>&nbsp;
1395     </TR>
1396     <TR>
1397       <TH ALIGN=LEFT>Module
1398       <TH ALIGN=LEFT>Header
1399       <TH ALIGN=LEFT>Implementation
1400       <TH ALIGN=LEFT>Autoconf macro
1401       <TH ALIGN=LEFT>Depends on
1402     </TR>
1403     <TR>
1404       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=chown"></A><A HREF="modules/chown">chown</A>
1405       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1406       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/chown.c">chown.c</A>
1407       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/chown.m4">chown.m4</A><BR>jm_FUNC_CHOWN
1408       <TD ALIGN=LEFT VALIGN=TOP>---
1409     </TR>
1410     <TR>
1411       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dup2"></A><A HREF="modules/dup2">dup2</A>
1412       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1413       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dup2.c">dup2.c</A>
1414       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dup2.m4">dup2.m4</A><BR>gl_FUNC_DUP2
1415       <TD ALIGN=LEFT VALIGN=TOP>---
1416     </TR>
1417     <TR>
1418       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=ftruncate"></A><A HREF="modules/ftruncate">ftruncate</A>
1419       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1420       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/ftruncate.c">ftruncate.c</A>
1421       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/ftruncate.m4">ftruncate.m4</A><BR>jm_FUNC_FTRUNCATE
1422       <TD ALIGN=LEFT VALIGN=TOP>---
1423     </TR>
1424     <TR>
1425       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getgroups"></A><A HREF="modules/getgroups">getgroups</A>
1426       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1427       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getgroups.c">getgroups.c</A>
1428       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getgroups.m4">getgroups.m4</A><BR>jm_FUNC_GETGROUPS
1429       <TD ALIGN=LEFT VALIGN=TOP>xalloc
1430     </TR>
1431     <TR>
1432       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettimeofday"></A><A HREF="modules/gettimeofday">gettimeofday</A>
1433       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/time.h.html">sys/time.h</A>&gt;
1434       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gettimeofday.c">gettimeofday.c</A>
1435       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gettimeofday.m4">gettimeofday.m4</A><BR>AC_FUNC_GETTIMEOFDAY_CLOBBER
1436       <TD ALIGN=LEFT VALIGN=TOP>---
1437     </TR>
1438     <TR>
1439       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkdir"></A><A HREF="modules/mkdir">mkdir</A>
1440       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.html">sys/stat.h</A>&gt;
1441       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkdir.c">mkdir.c</A>
1442       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/mkdir-slash.m4">mkdir-slash.m4</A><BR>UTILS_FUNC_MKDIR_TRAILING_SLASH
1443       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>dirname
1444     </TR>
1445     <TR>
1446       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mkstemp"></A><A HREF="modules/mkstemp">mkstemp</A>
1447       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdlib.h.html">stdlib.h</A>&gt;
1448       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mkstemp.c">mkstemp.c</A><BR><A HREF="lib/tempname.c">tempname.c</A>
1449       <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>UTILS_FUNC_MKSTEMP
1450       <TD ALIGN=LEFT VALIGN=TOP>---
1451     </TR>
1452     <TR>
1453       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stat"></A><A HREF="modules/stat">stat</A>
1454       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.html">sys/stat.h</A>&gt;
1455       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/stat.c">stat.c</A>
1456       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stat.m4">stat.m4</A><BR>jm_FUNC_STAT
1457       <TD ALIGN=LEFT VALIGN=TOP>---
1458     </TR>
1459     <TR>
1460       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=lstat"></A><A HREF="modules/lstat">lstat</A>
1461       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/sys/stat.h.html">sys/stat.h</A>&gt;
1462       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/lstat.c">lstat.c</A>
1463       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lstat.m4">lstat.m4</A><BR>jm_FUNC_LSTAT
1464       <TD ALIGN=LEFT VALIGN=TOP>stat<BR>xalloc
1465     </TR>
1466     <TR>
1467       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=timespec"></A><A HREF="modules/timespec">timespec</A>
1468       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/timespec.h">timespec.h</A>"
1469       <TD ALIGN=LEFT VALIGN=TOP>---
1470       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/st_mtim.m4">st_mtim.m4</A><BR><A HREF="m4/timespec.m4">timespec.m4</A><BR>gl_TIMESPEC
1471       <TD ALIGN=LEFT VALIGN=TOP>---
1472     </TR>
1473     <TR>
1474       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=nanosleep"></A><A HREF="modules/nanosleep">nanosleep</A>
1475       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/time.h.html">time.h</A>&gt;
1476       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/nanosleep.c">nanosleep.c</A>
1477       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/nanosleep.m4">nanosleep.m4</A><BR>jm_FUNC_NANOSLEEP
1478       <TD ALIGN=LEFT VALIGN=TOP>timespec
1479     </TR>
1480     <TR>
1481       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=regex"></A><A HREF="modules/regex">regex</A>
1482       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/regex.h">regex.h</A>"
1483       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/regex.c">regex.c</A>
1484       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/regex.m4">regex.m4</A><BR>gl_REGEX
1485       <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>unlocked-io<BR>gettext
1486     </TR>
1487     <TR>
1488       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rename"></A><A HREF="modules/rename">rename</A>
1489       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/stdio.h.html">stdio.h</A>&gt;
1490       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rename.c">rename.c</A>
1491       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rename.m4">rename.m4</A><BR>vb_FUNC_RENAME
1492       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>dirname
1493     </TR>
1494     <TR>
1495       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rmdir"></A><A HREF="modules/rmdir">rmdir</A>
1496       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/unistd.h.html">unistd.h</A>&gt;
1497       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rmdir.c">rmdir.c</A>
1498       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rmdir.m4">rmdir.m4</A><BR>gl_FUNC_RMDIR
1499       <TD ALIGN=LEFT VALIGN=TOP>---
1500     </TR>
1501     <TR>
1502       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=utime"></A><A HREF="modules/utime">utime</A>
1503       <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
1504       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/utime.c">utime.c</A>
1505       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/utimbuf.m4">utimbuf.m4</A><BR><A HREF="m4/utimes.m4">utimes.m4</A><BR><A HREF="m4/utime.m4">utime.m4</A><BR>jm_FUNC_UTIME
1506       <TD ALIGN=LEFT VALIGN=TOP>safe-read<BR>full-write
1507     </TR>
1508   </TABLE>
1509   <H2><A NAME="posix_enh">Enhancements for POSIX:2001 functions</A></H2>
1510   <TABLE>
1511     <TR>
1512       <TH ALIGN=LEFT>modules/
1513       <TH ALIGN=LEFT>lib/
1514       <TH ALIGN=LEFT>lib/
1515       <TH ALIGN=LEFT>m4/
1516       <TH ALIGN=LEFT>&nbsp;
1517     </TR>
1518     <TR>
1519       <TH ALIGN=LEFT>Module
1520       <TH ALIGN=LEFT>Header
1521       <TH ALIGN=LEFT>Implementation
1522       <TH ALIGN=LEFT>Autoconf macro
1523       <TH ALIGN=LEFT>Depends on
1524     </TR>
1525     <TR>
1526       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dirname"></A><A HREF="modules/dirname">dirname</A>
1527       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/dirname.h">dirname.h</A>"
1528       <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>
1529       <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
1530       <TD ALIGN=LEFT VALIGN=TOP>xalloc
1531     </TR>
1532     <TR>
1533       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getopt"></A><A HREF="modules/getopt">getopt</A>
1534       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getopt.h">getopt.h</A>"
1535       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getopt.c">getopt.c</A><BR><A HREF="lib/getopt1.c">getopt1.c</A>
1536       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getopt.m4">getopt.m4</A><BR>gl_GETOPT
1537       <TD ALIGN=LEFT VALIGN=TOP>gettext
1538     </TR>
1539     <TR>
1540       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unistd-safer"></A><A HREF="modules/unistd-safer">unistd-safer</A>
1541       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unistd-safer.h">unistd-safer.h</A>"
1542       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dup-safer.c">dup-safer.c</A>
1543       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unistd-safer.m4">unistd-safer.m4</A><BR>gl_UNISTD_SAFER
1544       <TD ALIGN=LEFT VALIGN=TOP>---
1545     </TR>
1546     <TR>
1547       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch"></A><A HREF="modules/fnmatch">fnmatch</A>
1548       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/fnmatch.h.html">fnmatch.h</A>&gt;
1549       <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>
1550       <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.
1551       <TD ALIGN=LEFT VALIGN=TOP>alloca
1552     </TR>
1553     <TR>
1554       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch-posix"></A><A HREF="modules/fnmatch-posix">fnmatch-posix</A>
1555       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fnmatch.h">fnmatch.h</A>"
1556       <TD ALIGN=LEFT VALIGN=TOP>---
1557       <TD ALIGN=LEFT VALIGN=TOP>gl_FUNC_FNMATCH_POSIX
1558       <TD ALIGN=LEFT VALIGN=TOP>fnmatch
1559     </TR>
1560     <TR>
1561       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fnmatch-gnu"></A><A HREF="modules/fnmatch-gnu">fnmatch-gnu</A>
1562       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fnmatch.h">fnmatch.h</A>"
1563       <TD ALIGN=LEFT VALIGN=TOP>---
1564       <TD ALIGN=LEFT VALIGN=TOP>gl_FUNC_FNMATCH_GNU
1565       <TD ALIGN=LEFT VALIGN=TOP>fnmatch
1566     </TR>
1567     <TR>
1568       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exclude"></A><A HREF="modules/exclude">exclude</A>
1569       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exclude.h">exclude.h</A>"
1570       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/exclude.c">exclude.c</A>
1571       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/exclude.m4">exclude.m4</A><BR>gl_EXCLUDE
1572       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>strcase<BR>unlocked-io<BR>fnmatch-gnu<BR>stdbool
1573     </TR>
1574   </TABLE>
1575   <H2><A NAME="posix_ext">Extra functions based on POSIX:2001</A></H2>
1576   <H3><A NAME="posix_ext_conv">Numeric conversion functions</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=human"></A><A HREF="modules/human">human</A>
1594       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/human.h">human.h</A>"
1595       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/human.c">human.c</A>
1596       <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
1597       <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>argmatch<BR>error<BR>xstrtol
1598     </TR>
1599   </TABLE>
1600   <H3><A NAME="posix_ext_filesys">File system functions</A></H3>
1601   <TABLE>
1602     <TR>
1603       <TH ALIGN=LEFT>modules/
1604       <TH ALIGN=LEFT>lib/
1605       <TH ALIGN=LEFT>lib/
1606       <TH ALIGN=LEFT>m4/
1607       <TH ALIGN=LEFT>&nbsp;
1608     </TR>
1609     <TR>
1610       <TH ALIGN=LEFT>Module
1611       <TH ALIGN=LEFT>Header
1612       <TH ALIGN=LEFT>Implementation
1613       <TH ALIGN=LEFT>Autoconf macro
1614       <TH ALIGN=LEFT>Depends on
1615     </TR>
1616     <TR>
1617       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=acl"></A><A HREF="modules/acl">acl</A>
1618       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/acl.h">acl.h</A>"
1619       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/acl.c">acl.c</A>
1620       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/acl.m4">acl.m4</A><BR>AC_FUNC_ACL
1621       <TD ALIGN=LEFT VALIGN=TOP>---
1622     </TR>
1623     <TR>
1624       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=backupfile"></A><A HREF="modules/backupfile">backupfile</A>
1625       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/backupfile.h">backupfile.h</A>"
1626       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/backupfile.c">backupfile.c</A><BR><A HREF="lib/addext.c">addext.c</A>
1627       <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
1628       <TD ALIGN=LEFT VALIGN=TOP>argmatch<BR>dirname
1629     </TR>
1630     <TR>
1631       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fsusage"></A><A HREF="modules/fsusage">fsusage</A>
1632       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fsusage.h">fsusage.h</A>"
1633       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fsusage.c">fsusage.c</A>
1634       <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
1635       <TD ALIGN=LEFT VALIGN=TOP>full-read
1636     </TR>
1637     <TR>
1638       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=dirfd"></A><A HREF="modules/dirfd">dirfd</A>
1639       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/dirfd.h">dirfd.h</A>"
1640       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/dirfd.c">dirfd.c</A>
1641       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dirfd.m4">dirfd.m4</A><BR>UTILS_FUNC_DIRFD
1642       <TD ALIGN=LEFT VALIGN=TOP>---
1643     </TR>
1644     <TR>
1645       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=euidaccess"></A><A HREF="modules/euidaccess">euidaccess</A>
1646       <TD ALIGN=LEFT VALIGN=TOP>---
1647       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/euidaccess.c">euidaccess.c</A>
1648       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/euidaccess.m4">euidaccess.m4</A><BR>gl_FUNC_EUIDACCESS
1649       <TD ALIGN=LEFT VALIGN=TOP>group-member
1650     </TR>
1651     <TR>
1652       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=file-type"></A><A HREF="modules/file-type">file-type</A>
1653       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/file-type.h">file-type.h</A>"
1654       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/file-type.c">file-type.c</A>
1655       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/file-type.m4">file-type.m4</A><BR>gl_FILE_TYPE
1656       <TD ALIGN=LEFT VALIGN=TOP>gettext
1657     </TR>
1658     <TR>
1659       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fileblocks"></A><A HREF="modules/fileblocks">fileblocks</A>
1660       <TD ALIGN=LEFT VALIGN=TOP>---
1661       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fileblocks.c">fileblocks.c</A>
1662       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fileblocks.m4">fileblocks.m4</A><BR>gl_FILEBLOCKS
1663       <TD ALIGN=LEFT VALIGN=TOP>---
1664     </TR>
1665     <TR>
1666       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=filemode"></A><A HREF="modules/filemode">filemode</A>
1667       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/filemode.h">filemode.h</A>"
1668       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/filemode.c">filemode.c</A>
1669       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/filemode.m4">filemode.m4</A><BR>gl_FILEMODE
1670       <TD ALIGN=LEFT VALIGN=TOP>---
1671     </TR>
1672     <TR>
1673       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=isdir"></A><A HREF="modules/isdir">isdir</A>
1674       <TD ALIGN=LEFT VALIGN=TOP>---
1675       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/isdir.c">isdir.c</A>
1676       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/isdir.m4">isdir.m4</A><BR>gl_ISDIR
1677       <TD ALIGN=LEFT VALIGN=TOP>---
1678     </TR>
1679     <TR>
1680       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=lchown"></A><A HREF="modules/lchown">lchown</A>
1681       <TD ALIGN=LEFT VALIGN=TOP>---
1682       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/lchown.h">lchown.h</A><BR><A HREF="lib/lchown.c">lchown.c</A>
1683       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/lchown.m4">lchown.m4</A><BR>jm_FUNC_LCHOWN
1684       <TD ALIGN=LEFT VALIGN=TOP>chown
1685     </TR>
1686     <TR>
1687       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=makepath"></A><A HREF="modules/makepath">makepath</A>
1688       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/makepath.h">makepath.h</A>"
1689       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/makepath.c">makepath.c</A>
1690       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/afs.m4">afs.m4</A><BR><A HREF="m4/makepath.m4">makepath.m4</A><BR>gl_MAKEPATH
1691       <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>chown<BR>gettext<BR>save-cwd<BR>dirname<BR>error<BR>quote
1692     </TR>
1693     <TR>
1694       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=modechange"></A><A HREF="modules/modechange">modechange</A>
1695       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/modechange.h">modechange.h</A>"
1696       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/modechange.c">modechange.c</A>
1697       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/modechange.m4">modechange.m4</A><BR>gl_MODECHANGE
1698       <TD ALIGN=LEFT VALIGN=TOP>xstrtol
1699     </TR>
1700     <TR>
1701       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mountlist"></A><A HREF="modules/mountlist">mountlist</A>
1702       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mountlist.h">mountlist.h</A>"
1703       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mountlist.c">mountlist.c</A>
1704       <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
1705       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
1706     </TR>
1707     <TR>
1708       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=path-concat"></A><A HREF="modules/path-concat">path-concat</A>
1709       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/path-concat.h">path-concat.h</A>"
1710       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/path-concat.c">path-concat.c</A>
1711       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/dos.m4">dos.m4</A><BR><A HREF="m4/path-concat.m4">path-concat.m4</A><BR>gl_PATH_CONCAT
1712       <TD ALIGN=LEFT VALIGN=TOP>strdup<BR>xalloc<BR>dirname
1713     </TR>
1714     <TR>
1715       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=pathmax"></A><A HREF="modules/pathmax">pathmax</A>
1716       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/pathmax.h">pathmax.h</A>"
1717       <TD ALIGN=LEFT VALIGN=TOP>---
1718       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/pathmax.m4">pathmax.m4</A><BR>gl_PATHMAX
1719       <TD ALIGN=LEFT VALIGN=TOP>---
1720     </TR>
1721     <TR>
1722       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=same"></A><A HREF="modules/same">same</A>
1723       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/same.h">same.h</A>"
1724       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/same.c">same.c</A>
1725       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/same.m4">same.m4</A><BR>gl_SAME
1726       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>error<BR>dirname
1727     </TR>
1728     <TR>
1729       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=save-cwd"></A><A HREF="modules/save-cwd">save-cwd</A>
1730       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/save-cwd.h">save-cwd.h</A>"
1731       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/save-cwd.c">save-cwd.c</A>
1732       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/save-cwd.m4">save-cwd.m4</A><BR>gl_SAVE_CWD
1733       <TD ALIGN=LEFT VALIGN=TOP>error
1734     </TR>
1735     <TR>
1736       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=savedir"></A><A HREF="modules/savedir">savedir</A>
1737       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/savedir.h">savedir.h</A>"
1738       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/savedir.c">savedir.c</A>
1739       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/savedir.m4">savedir.m4</A><BR>gl_SAVEDIR
1740       <TD ALIGN=LEFT VALIGN=TOP>xalloc
1741     </TR>
1742     <TR>
1743       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgetcwd"></A><A HREF="modules/xgetcwd">xgetcwd</A>
1744       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xgetcwd.h">xgetcwd.h</A>"
1745       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgetcwd.c">xgetcwd.c</A>
1746       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getcwd.m4">getcwd.m4</A><BR><A HREF="m4/xgetcwd.m4">xgetcwd.m4</A><BR>gl_XGETCWD
1747       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>pathmax
1748     </TR>
1749     <TR>
1750       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xreadlink"></A><A HREF="modules/xreadlink">xreadlink</A>
1751       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xreadlink.h">xreadlink.h</A>"
1752       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xreadlink.c">xreadlink.c</A>
1753       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/xreadlink.m4">xreadlink.m4</A><BR>gl_XREADLINK
1754       <TD ALIGN=LEFT VALIGN=TOP>xalloc
1755     </TR>
1756   </TABLE>
1757   <H3><A NAME="posix_ext_filedesc">File descriptor based Input/Output</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=safe-read"></A><A HREF="modules/safe-read">safe-read</A>
1775       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/safe-read.h">safe-read.h</A>"
1776       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/safe-read.c">safe-read.c</A>
1777       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/safe-read.m4">safe-read.m4</A><BR>gl_SAFE_READ
1778       <TD ALIGN=LEFT VALIGN=TOP>---
1779     </TR>
1780     <TR>
1781       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=safe-write"></A><A HREF="modules/safe-write">safe-write</A>
1782       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/safe-write.h">safe-write.h</A>"
1783       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/safe-write.c">safe-write.c</A>
1784       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/safe-write.m4">safe-write.m4</A><BR>gl_SAFE_WRITE
1785       <TD ALIGN=LEFT VALIGN=TOP>safe-read
1786     </TR>
1787     <TR>
1788       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=full-read"></A><A HREF="modules/full-read">full-read</A>
1789       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/full-read.h">full-read.h</A>"
1790       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/full-read.c">full-read.c</A>
1791       <TD ALIGN=LEFT VALIGN=TOP>---
1792       <TD ALIGN=LEFT VALIGN=TOP>safe-read<BR>full-write
1793     </TR>
1794     <TR>
1795       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=full-write"></A><A HREF="modules/full-write">full-write</A>
1796       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/full-write.h">full-write.h</A>"
1797       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/full-write.c">full-write.c</A>
1798       <TD ALIGN=LEFT VALIGN=TOP>---
1799       <TD ALIGN=LEFT VALIGN=TOP>safe-write
1800     </TR>
1801   </TABLE>
1802   <H3><A NAME="posix_ext_filestream">File stream based Input/Output</A></H3>
1803   <TABLE>
1804     <TR>
1805       <TH ALIGN=LEFT>modules/
1806       <TH ALIGN=LEFT>lib/
1807       <TH ALIGN=LEFT>lib/
1808       <TH ALIGN=LEFT>m4/
1809       <TH ALIGN=LEFT>&nbsp;
1810     </TR>
1811     <TR>
1812       <TH ALIGN=LEFT>Module
1813       <TH ALIGN=LEFT>Header
1814       <TH ALIGN=LEFT>Implementation
1815       <TH ALIGN=LEFT>Autoconf macro
1816       <TH ALIGN=LEFT>Depends on
1817     </TR>
1818     <TR>
1819       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fpending"></A><A HREF="modules/fpending">fpending</A>
1820       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/__fpending.h">__fpending.h</A>"
1821       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/__fpending.c">__fpending.c</A>
1822       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fpending.m4">fpending.m4</A><BR>jm_FUNC_FPENDING
1823       <TD ALIGN=LEFT VALIGN=TOP>---
1824     </TR>
1825     <TR>
1826       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=closeout"></A><A HREF="modules/closeout">closeout</A>
1827       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/closeout.h">closeout.h</A>"
1828       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/closeout.c">closeout.c</A>
1829       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/closeout.m4">closeout.m4</A><BR>gl_CLOSEOUT
1830       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>gettext<BR>error<BR>quotearg<BR>fpending
1831     </TR>
1832     <TR>
1833       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=stdio-safer"></A><A HREF="modules/stdio-safer">stdio-safer</A>
1834       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/stdio-safer.h">stdio-safer.h</A>"
1835       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fopen-safer.c">fopen-safer.c</A>
1836       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/stdio-safer.m4">stdio-safer.m4</A><BR>gl_STDIO_SAFER
1837       <TD ALIGN=LEFT VALIGN=TOP>unistd-safer
1838     </TR>
1839     <TR>
1840       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpass"></A><A HREF="modules/getpass">getpass</A>
1841       <TD ALIGN=LEFT VALIGN=TOP>---
1842       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getpass.c">getpass.c</A>
1843       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpass.m4">getpass.m4</A><BR>gl_FUNC_GETPASS
1844       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>getline
1845     </TR>
1846   </TABLE>
1847   <H3><A NAME="posix_ext_uidgid">Users and groups</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=getugroups"></A><A HREF="modules/getugroups">getugroups</A>
1865       <TD ALIGN=LEFT VALIGN=TOP>---
1866       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getugroups.c">getugroups.c</A>
1867       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getugroups.m4">getugroups.m4</A><BR>gl_GETUGROUPS
1868       <TD ALIGN=LEFT VALIGN=TOP>---
1869     </TR>
1870     <TR>
1871       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=group-member"></A><A HREF="modules/group-member">group-member</A>
1872       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/group-member.h">group-member.h</A>"
1873       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/group-member.c">group-member.c</A>
1874       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/group-member.m4">group-member.m4</A><BR>jm_FUNC_GROUP_MEMBER
1875       <TD ALIGN=LEFT VALIGN=TOP>xalloc
1876     </TR>
1877     <TR>
1878       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=idcache"></A><A HREF="modules/idcache">idcache</A>
1879       <TD ALIGN=LEFT VALIGN=TOP>---
1880       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/idcache.c">idcache.c</A>
1881       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/idcache.m4">idcache.m4</A><BR>gl_IDCACHE
1882       <TD ALIGN=LEFT VALIGN=TOP>xalloc
1883     </TR>
1884     <TR>
1885       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=userspec"></A><A HREF="modules/userspec">userspec</A>
1886       <TD ALIGN=LEFT VALIGN=TOP>---
1887       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/userspec.c">userspec.c</A>
1888       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/userspec.m4">userspec.m4</A><BR>gl_USERSPEC
1889       <TD ALIGN=LEFT VALIGN=TOP>alloca<BR>xalloc<BR>xstrtol<BR>strdup<BR>gettext
1890     </TR>
1891   </TABLE>
1892   <H3><A NAME="posix_ext_datetime">Date and time</A></H3>
1893   <TABLE>
1894     <TR>
1895       <TH ALIGN=LEFT>modules/
1896       <TH ALIGN=LEFT>lib/
1897       <TH ALIGN=LEFT>lib/
1898       <TH ALIGN=LEFT>m4/
1899       <TH ALIGN=LEFT>&nbsp;
1900     </TR>
1901     <TR>
1902       <TH ALIGN=LEFT>Module
1903       <TH ALIGN=LEFT>Header
1904       <TH ALIGN=LEFT>Implementation
1905       <TH ALIGN=LEFT>Autoconf macro
1906       <TH ALIGN=LEFT>Depends on
1907     </TR>
1908     <TR>
1909       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettime"></A><A HREF="modules/gettime">gettime</A>
1910       <TD ALIGN=LEFT VALIGN=TOP>---
1911       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gettime.c">gettime.c</A>
1912       <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
1913       <TD ALIGN=LEFT VALIGN=TOP>gettimeofday<BR>timespec
1914     </TR>
1915     <TR>
1916       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=settime"></A><A HREF="modules/settime">settime</A>
1917       <TD ALIGN=LEFT VALIGN=TOP>---
1918       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/settime.c">settime.c</A>
1919       <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
1920       <TD ALIGN=LEFT VALIGN=TOP>timespec
1921     </TR>
1922     <TR>
1923       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=posixtm"></A><A HREF="modules/posixtm">posixtm</A>
1924       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/posixtm.h">posixtm.h</A>"
1925       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/posixtm.c">posixtm.c</A>
1926       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/posixtm.m4">posixtm.m4</A><BR>gl_POSIXTM
1927       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io
1928     </TR>
1929   </TABLE>
1930   <H3><A NAME="posix_ext_net">Networking functions</A></H3>
1931   <TABLE>
1932     <TR>
1933       <TH ALIGN=LEFT>modules/
1934       <TH ALIGN=LEFT>lib/
1935       <TH ALIGN=LEFT>lib/
1936       <TH ALIGN=LEFT>m4/
1937       <TH ALIGN=LEFT>&nbsp;
1938     </TR>
1939     <TR>
1940       <TH ALIGN=LEFT>Module
1941       <TH ALIGN=LEFT>Header
1942       <TH ALIGN=LEFT>Implementation
1943       <TH ALIGN=LEFT>Autoconf macro
1944       <TH ALIGN=LEFT>Depends on
1945     </TR>
1946     <TR>
1947       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gethostname"></A><A HREF="modules/gethostname">gethostname</A>
1948       <TD ALIGN=LEFT VALIGN=TOP>---
1949       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/gethostname.c">gethostname.c</A>
1950       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/gethostname.m4">gethostname.m4</A><BR>gl_FUNC_GETHOSTNAME
1951       <TD ALIGN=LEFT VALIGN=TOP>---
1952     </TR>
1953     <TR>
1954       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xgethostname"></A><A HREF="modules/xgethostname">xgethostname</A>
1955       <TD ALIGN=LEFT VALIGN=TOP>---
1956       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xgethostname.c">xgethostname.c</A>
1957       <TD ALIGN=LEFT VALIGN=TOP>---
1958       <TD ALIGN=LEFT VALIGN=TOP>gethostname<BR>xalloc<BR>error
1959     </TR>
1960     <TR>
1961       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=canon-host"></A><A HREF="modules/canon-host">canon-host</A>
1962       <TD ALIGN=LEFT VALIGN=TOP>---
1963       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/canon-host.c">canon-host.c</A>
1964       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/canon-host.m4">canon-host.m4</A><BR>gl_CANON_HOST
1965       <TD ALIGN=LEFT VALIGN=TOP>---
1966     </TR>
1967   </TABLE>
1968   <H3><A NAME="posix_ext_i18n">Internationalization functions</A></H3>
1969   <TABLE>
1970     <TR>
1971       <TH ALIGN=LEFT>modules/
1972       <TH ALIGN=LEFT>lib/
1973       <TH ALIGN=LEFT>lib/
1974       <TH ALIGN=LEFT>m4/
1975       <TH ALIGN=LEFT>&nbsp;
1976     </TR>
1977     <TR>
1978       <TH ALIGN=LEFT>Module
1979       <TH ALIGN=LEFT>Header
1980       <TH ALIGN=LEFT>Implementation
1981       <TH ALIGN=LEFT>Autoconf macro
1982       <TH ALIGN=LEFT>Depends on
1983     </TR>
1984     <TR>
1985       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=gettext"></A><A HREF="modules/gettext">gettext</A>
1986       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/gettext.h">gettext.h</A>"
1987       <TD ALIGN=LEFT VALIGN=TOP>---
1988       <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/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/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/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><BR><A HREF="m4/progtest.m4">progtest.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>AM_GNU_GETTEXT([external])
1989       <TD ALIGN=LEFT VALIGN=TOP>---
1990     </TR>
1991     <TR>
1992       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=iconv"></A><A HREF="modules/iconv">iconv</A>
1993       <TD ALIGN=LEFT VALIGN=TOP>#include &lt;<A HREF="http://www.opengroup.org/onlinepubs/007904975/basedefs/iconv.h.html">iconv.h</A>&gt;
1994       <TD ALIGN=LEFT VALIGN=TOP>---
1995       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/iconv.m4">iconv.m4</A><BR><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><BR>AM_ICONV
1996       <TD ALIGN=LEFT VALIGN=TOP>---
1997     </TR>
1998     <TR>
1999       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=localcharset"></A><A HREF="modules/localcharset">localcharset</A>
2000       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/localcharset.h">localcharset.h</A>"
2001       <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>
2002       <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
2003       <TD ALIGN=LEFT VALIGN=TOP>---
2004     </TR>
2005     <TR>
2006       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=hard-locale"></A><A HREF="modules/hard-locale">hard-locale</A>
2007       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/hard-locale.h">hard-locale.h</A>"
2008       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/hard-locale.c">hard-locale.c</A>
2009       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/hard-locale.m4">hard-locale.m4</A><BR>gl_HARD_LOCALE
2010       <TD ALIGN=LEFT VALIGN=TOP>---
2011     </TR>
2012     <TR>
2013       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=mbswidth"></A><A HREF="modules/mbswidth">mbswidth</A>
2014       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/mbswidth.h">mbswidth.h</A>"
2015       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/mbswidth.c">mbswidth.c</A>
2016       <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
2017       <TD ALIGN=LEFT VALIGN=TOP>---
2018     </TR>
2019     <TR>
2020       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcasecmp"></A><A HREF="modules/memcasecmp">memcasecmp</A>
2021       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memcasecmp.h">memcasecmp.h</A>"
2022       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcasecmp.c">memcasecmp.c</A>
2023       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcasecmp.m4">memcasecmp.m4</A><BR>gl_MEMCASECMP
2024       <TD ALIGN=LEFT VALIGN=TOP>---
2025     </TR>
2026     <TR>
2027       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=memcoll"></A><A HREF="modules/memcoll">memcoll</A>
2028       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/memcoll.h">memcoll.h</A>"
2029       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/memcoll.c">memcoll.c</A>
2030       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/memcoll.m4">memcoll.m4</A><BR>gl_MEMCOLL
2031       <TD ALIGN=LEFT VALIGN=TOP>---
2032     </TR>
2033     <TR>
2034       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=xmemcoll"></A><A HREF="modules/xmemcoll">xmemcoll</A>
2035       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/xmemcoll.h">xmemcoll.h</A>"
2036       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/xmemcoll.c">xmemcoll.c</A>
2037       <TD ALIGN=LEFT VALIGN=TOP>---
2038       <TD ALIGN=LEFT VALIGN=TOP>memcoll<BR>gettext<BR>error<BR>quotearg
2039     </TR>
2040     <TR>
2041       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=unicodeio"></A><A HREF="modules/unicodeio">unicodeio</A>
2042       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/unicodeio.h">unicodeio.h</A>"
2043       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/unicodeio.c">unicodeio.c</A>
2044       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/unicodeio.m4">unicodeio.m4</A><BR>gl_UNICODEIO
2045       <TD ALIGN=LEFT VALIGN=TOP>iconv<BR>gettext<BR>localcharset<BR>error
2046     </TR>
2047     <TR>
2048       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=rpmatch"></A><A HREF="modules/rpmatch">rpmatch</A>
2049       <TD ALIGN=LEFT VALIGN=TOP>---
2050       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/rpmatch.c">rpmatch.c</A>
2051       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/rpmatch.m4">rpmatch.m4</A><BR>gl_FUNC_RPMATCH
2052       <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>regex
2053     </TR>
2054     <TR>
2055       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=yesno"></A><A HREF="modules/yesno">yesno</A>
2056       <TD ALIGN=LEFT VALIGN=TOP>---
2057       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/yesno.c">yesno.c</A>
2058       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/yesno.m4">yesno.m4</A><BR>gl_YESNO
2059       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>rpmatch
2060     </TR>
2061   </TABLE>
2062   <H3><A NAME="posix_ext_exec">Executing programs</A></H3>
2063   <H3><A NAME="posix_ext_java">Java</A></H3>
2064   <H3><A NAME="posix_ext_misc">Misc</A></H3>
2065   <TABLE>
2066     <TR>
2067       <TH ALIGN=LEFT>modules/
2068       <TH ALIGN=LEFT>lib/
2069       <TH ALIGN=LEFT>lib/
2070       <TH ALIGN=LEFT>m4/
2071       <TH ALIGN=LEFT>&nbsp;
2072     </TR>
2073     <TR>
2074       <TH ALIGN=LEFT>Module
2075       <TH ALIGN=LEFT>Header
2076       <TH ALIGN=LEFT>Implementation
2077       <TH ALIGN=LEFT>Autoconf macro
2078       <TH ALIGN=LEFT>Depends on
2079     </TR>
2080     <TR>
2081       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=exitfail"></A><A HREF="modules/exitfail">exitfail</A>
2082       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/exitfail.h">exitfail.h</A>"
2083       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/exitfail.c">exitfail.c</A>
2084       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/exitfail.m4">exitfail.m4</A><BR>gl_EXITFAIL
2085       <TD ALIGN=LEFT VALIGN=TOP>---
2086     </TR>
2087     <TR>
2088       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=c-stack"></A><A HREF="modules/c-stack">c-stack</A>
2089       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/c-stack.h">c-stack.h</A>"
2090       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/c-stack.c">c-stack.c</A>
2091       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/c-stack.m4">c-stack.m4</A><BR>gl_C_STACK
2092       <TD ALIGN=LEFT VALIGN=TOP>gettext<BR>exitfail
2093     </TR>
2094     <TR>
2095       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=error"></A><A HREF="modules/error">error</A>
2096       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/error.h">error.h</A>"
2097       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/error.c">error.c</A>
2098       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/error.m4">error.m4</A><BR>gl_ERROR
2099       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>gettext
2100     </TR>
2101     <TR>
2102       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=fatal"></A><A HREF="modules/fatal">fatal</A>
2103       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/fatal.h">fatal.h</A>"
2104       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/fatal.c">fatal.c</A>
2105       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/fatal.m4">fatal.m4</A><BR>gl_FATAL
2106       <TD ALIGN=LEFT VALIGN=TOP>unlocked-io<BR>error
2107     </TR>
2108     <TR>
2109       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getloadavg"></A><A HREF="modules/getloadavg">getloadavg</A>
2110       <TD ALIGN=LEFT VALIGN=TOP>---
2111       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getloadavg.c">getloadavg.c</A>
2112       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getloadavg.m4">getloadavg.m4</A><BR>gl_FUNC_GETLOADAVG
2113       <TD ALIGN=LEFT VALIGN=TOP>---
2114     </TR>
2115     <TR>
2116       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getpagesize"></A><A HREF="modules/getpagesize">getpagesize</A>
2117       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/getpagesize.h">getpagesize.h</A>"
2118       <TD ALIGN=LEFT VALIGN=TOP>---
2119       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getpagesize.m4">getpagesize.m4</A><BR>gl_GETPAGESIZE
2120       <TD ALIGN=LEFT VALIGN=TOP>---
2121     </TR>
2122     <TR>
2123       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=getusershell"></A><A HREF="modules/getusershell">getusershell</A>
2124       <TD ALIGN=LEFT VALIGN=TOP>---
2125       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/getusershell.c">getusershell.c</A>
2126       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/getusershell.m4">getusershell.m4</A><BR>gl_PREREQ_GETUSERSHELL
2127       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
2128     </TR>
2129     <TR>
2130       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=physmem"></A><A HREF="modules/physmem">physmem</A>
2131       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/physmem.h">physmem.h</A>"
2132       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/physmem.c">physmem.c</A>
2133       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/physmem.m4">physmem.m4</A><BR>gl_PHYSMEM
2134       <TD ALIGN=LEFT VALIGN=TOP>---
2135     </TR>
2136     <TR>
2137       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=posixver"></A><A HREF="modules/posixver">posixver</A>
2138       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/posixver.h">posixver.h</A>"
2139       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/posixver.c">posixver.c</A>
2140       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/posixver.m4">posixver.m4</A><BR>gl_POSIXVER
2141       <TD ALIGN=LEFT VALIGN=TOP>---
2142     </TR>
2143     <TR>
2144       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=quotearg"></A><A HREF="modules/quotearg">quotearg</A>
2145       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/quotearg.h">quotearg.h</A>"
2146       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/quotearg.c">quotearg.c</A>
2147       <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
2148       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>gettext
2149     </TR>
2150     <TR>
2151       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=quote"></A><A HREF="modules/quote">quote</A>
2152       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/quote.h">quote.h</A>"
2153       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/quote.c">quote.c</A>
2154       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/quote.m4">quote.m4</A><BR>gl_QUOTE
2155       <TD ALIGN=LEFT VALIGN=TOP>quotearg
2156     </TR>
2157     <TR>
2158       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=readutmp"></A><A HREF="modules/readutmp">readutmp</A>
2159       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/readutmp.h">readutmp.h</A>"
2160       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/readutmp.c">readutmp.c</A>
2161       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/readutmp.m4">readutmp.m4</A><BR>gl_READUTMP
2162       <TD ALIGN=LEFT VALIGN=TOP>xalloc<BR>unlocked-io
2163     </TR>
2164     <TR>
2165       <TD ALIGN=LEFT VALIGN=TOP><A NAME="module=sig2str"></A><A HREF="modules/sig2str">sig2str</A>
2166       <TD ALIGN=LEFT VALIGN=TOP>#include "<A HREF="lib/sig2str.h">sig2str.h</A>"
2167       <TD ALIGN=LEFT VALIGN=TOP><A HREF="lib/sig2str.c">sig2str.c</A>
2168       <TD ALIGN=LEFT VALIGN=TOP><A HREF="m4/sig2str.m4">sig2str.m4</A><BR>gl_FUNC_SIG2STR
2169       <TD ALIGN=LEFT VALIGN=TOP>---
2170     </TR>
2171   </TABLE>
2172   <H2>Lone files - please create new modules containing them</H2>
2173   <PRE>
2174 <A HREF="lib/getversion.c">lib/getversion.c</A>
2175 <A HREF="m4/check-decl.m4">m4/check-decl.m4</A>
2176 <A HREF="m4/d-type.m4">m4/d-type.m4</A>
2177 <A HREF="m4/glibc.m4">m4/glibc.m4</A>
2178 <A HREF="m4/gnu-source.m4">m4/gnu-source.m4</A>
2179 <A HREF="m4/host-os.m4">m4/host-os.m4</A>
2180 <A HREF="m4/jm-macros.m4">m4/jm-macros.m4</A>
2181 <A HREF="m4/jm-winsz1.m4">m4/jm-winsz1.m4</A>
2182 <A HREF="m4/jm-winsz2.m4">m4/jm-winsz2.m4</A>
2183 <A HREF="m4/lib-check.m4">m4/lib-check.m4</A>
2184 <A HREF="m4/link-follow.m4">m4/link-follow.m4</A>
2185 <A HREF="m4/onceonly.m4">m4/onceonly.m4</A>
2186 <A HREF="m4/perl.m4">m4/perl.m4</A>
2187 <A HREF="m4/prereq.m4">m4/prereq.m4</A>
2188 <A HREF="m4/readdir.m4">m4/readdir.m4</A>
2189 <A HREF="m4/rmdir-errno.m4">m4/rmdir-errno.m4</A>
2190 <A HREF="m4/search-libs.m4">m4/search-libs.m4</A>
2191 <A HREF="m4/st_dm_mode.m4">m4/st_dm_mode.m4</A>
2192 <A HREF="m4/strerror_r.m4">m4/strerror_r.m4</A>
2193 <A HREF="m4/unlink-busy.m4">m4/unlink-busy.m4</A>
2194 <A HREF="m4/uptime.m4">m4/uptime.m4</A>
2195 </PRE>
2196   <H2>Future developments</H2>
2197   Ideally a module could consist of:
2198   <UL>
2199     <LI>A header file: lib/<VAR>module</VAR>.h
2200     <LI>One or more implementation files: lib/<VAR>module</VAR>.c et al.
2201     <LI>One or more autoconf macro files: m4/<VAR>module</VAR>.m4 et al.
2202     <LI>A configure.ac fragment, Makefile.am fragment, dependency list: modules/<VAR>module</VAR>
2203     <LI>Some documentation
2204     <LI>A POT file and some PO files
2205     <LI>A testsuite
2206   </UL>
2207   <HR>
2208   Generated from <CODE>MODULES.html.sh</CODE> on 22 January 2003.
2209 </HTML>