summaryrefslogtreecommitdiff
path: root/gnulib/modules/strchrnul
diff options
context:
space:
mode:
Diffstat (limited to 'gnulib/modules/strchrnul')
m---------gnulib0
-rw-r--r--gnulib/modules/strchrnul32
2 files changed, 32 insertions, 0 deletions
diff --git a/gnulib b/gnulib
deleted file mode 160000
-Subproject 443bc5ffcf7429e557f4a371b0661abe98ddbc1
diff --git a/gnulib/modules/strchrnul b/gnulib/modules/strchrnul
new file mode 100644
index 0000000..98a3d8c
--- /dev/null
+++ b/gnulib/modules/strchrnul
@@ -0,0 +1,32 @@
+Description:
+strchrnul() function: Find the first occurrence of C in S or the final NUL
+byte.
+
+Files:
+lib/strchrnul.c
+lib/strchrnul.valgrind
+m4/strchrnul.m4
+
+Depends-on:
+string
+extensions
+rawmemchr [test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1]
+
+configure.ac:
+gl_FUNC_STRCHRNUL
+if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then
+ AC_LIBOBJ([strchrnul])
+ gl_PREREQ_STRCHRNUL
+fi
+gl_STRING_MODULE_INDICATOR([strchrnul])
+
+Makefile.am:
+
+Include:
+<string.h>
+
+License:
+LGPLv2+
+
+Maintainer:
+Eric Blake, glibc