gitlog-to-changelog: improve doc
[gnulib.git] / modules / strchrnul
blob6c3f088d906946902c82d21a8301f2194ab5b826
1 Description:
2 strchrnul() function: Find the first occurrence of C in S or the final NUL
3 byte.
5 Files:
6 lib/strchrnul.c
7 lib/strchrnul.valgrind
8 m4/strchrnul.m4
10 Depends-on:
11 string
12 extensions
13 rawmemchr       [test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1]
15 configure.ac:
16 gl_FUNC_STRCHRNUL
17 gl_CONDITIONAL([GL_COND_OBJ_STRCHRNUL],
18                [test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1])
19 AM_COND_IF([GL_COND_OBJ_STRCHRNUL], [
20   gl_PREREQ_STRCHRNUL
22 gl_STRING_MODULE_INDICATOR([strchrnul])
24 Makefile.am:
25 if GL_COND_OBJ_STRCHRNUL
26 lib_SOURCES += strchrnul.c
27 endif
29 Include:
30 <string.h>
32 License:
33 LGPLv2+
35 Maintainer:
36 Eric Blake, glibc