glibc/manual/examples
Florian Weimer 7b807a35a8 misc: Add twalk_r function
The twalk function is very difficult to use in a multi-threaded
program because there is no way to pass external state to the
iterator function.

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
2019-05-02 11:42:51 +02:00
..
add.c
argp-ex1.c
argp-ex2.c
argp-ex3.c
argp-ex4.c
atexit.c
db.c
dir2.c
dir.c
execinfo.c
filecli.c
filesrv.c
fmtmsgexpl.c
genpass.c
inetcli.c
inetsrv.c
isockad.c
longopt.c
mbstouwcs.c
memopen.c
memstrm.c
mkdirent.c
mkfsock.c
mkisock.c
mygetpass.c
ofdlocks.c
pipe.c
popen.c
README
rprintf.c
search.c
select.c
setjmp.c
sigh1.c
sigusr.c
stpcpy.c
strdupa.c
strftim.c
subopt.c
swapcontext.c
termios.c
testopt.c
testpass.c
timeval_subtract.c
twalk.c misc: Add twalk_r function 2019-05-02 11:42:51 +02:00

These are source files for example code that appears in The GNU C
Library Reference Manual.

While the manual itself is licensed under the terms of the GNU Free
Documentation License, you can use these source files on their own
under the terms of the GNU General Public License as published by
the Free Software Foundation; version 2 of the License, or (at your
option) any later version.