summaryrefslogtreecommitdiff
path: root/modules/strchrnul
diff options
context:
space:
mode:
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