summaryrefslogtreecommitdiff
path: root/modules/strchrnul
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2003-06-10 12:13:31 +0000
committerBruno Haible <bruno@clisp.org>2003-06-10 12:13:31 +0000
commit2d0fc24aba5e2c71a55b991a6e0ba6a01110581f (patch)
tree7f894f6b5f4c2d1e91811c42adb0222ae957881d /modules/strchrnul
parent878d94d185408f6c55374b0ab4d121845995231b (diff)
downloadgnulib-2d0fc24aba5e2c71a55b991a6e0ba6a01110581f.tar.gz
New module strchrnul.
Diffstat (limited to 'modules/strchrnul')
-rw-r--r--modules/strchrnul20
1 files changed, 20 insertions, 0 deletions
diff --git a/modules/strchrnul b/modules/strchrnul
new file mode 100644
index 0000000000..b174523fbe
--- /dev/null
+++ b/modules/strchrnul
@@ -0,0 +1,20 @@
+Description:
+strchrnul(): Find the first occurrence of C in S or the final NUL byte.
+
+Files:
+lib/strchrnul.h
+lib/strchrnul.c
+m4/strchrnul.m4
+
+Depends-on:
+
+configure.ac:
+gl_FUNC_STRCHRNUL
+
+Makefile.am:
+
+Include:
+"strchrnul.h"
+
+Maintainer:
+FSF