strtok_r
authorNils Durner <durner@gnunet.org>
Mon, 21 Feb 2011 20:41:06 +0000 (20:41 +0000)
committerNils Durner <durner@gnunet.org>
Mon, 21 Feb 2011 20:41:06 +0000 (20:41 +0000)
commit31dbbcdffc2544a63628d357d9e3a2655f6d8f77
tree9b703a965ec6d3ccca4bf330b49017b2a414a8e9
parentb35e4e090c6bfcc6eb5cc5ba4f563b1a91749b65
strtok_r
23 files changed:
arg-nonnull.h [new file with mode: 0644]
c++defs.h [new file with mode: 0644]
configure.ac
m4/00gnulib.m4 [new file with mode: 0644]
m4/Makefile.am
m4/extensions.m4 [new file with mode: 0644]
m4/gnulib-cache.m4 [new file with mode: 0644]
m4/gnulib-common.m4 [new file with mode: 0644]
m4/gnulib-comp.m4 [new file with mode: 0644]
m4/gnulib-tool.m4 [new file with mode: 0644]
m4/include_next.m4 [new file with mode: 0644]
m4/stddef_h.m4 [new file with mode: 0644]
m4/string_h.m4 [new file with mode: 0644]
m4/strtok_r.m4 [new file with mode: 0644]
m4/warn-on-use.m4 [new file with mode: 0644]
m4/wchar_t.m4
src/util/Makefile.am
src/util/libgnu/Makefile.am [new file with mode: 0644]
src/util/libgnu/dummy.c [new file with mode: 0644]
src/util/libgnu/stddef.in.h [new file with mode: 0644]
src/util/libgnu/string.in.h [new file with mode: 0644]
src/util/libgnu/strtok_r.c [new file with mode: 0644]
warn-on-use.h [new file with mode: 0644]