verify: new macro 'assume'
[gnulib.git] / modules / strchrnul
1 Description:
2 strchrnul() function: Find the first occurrence of C in S or the final NUL
3 byte.
4
5 Files:
6 lib/strchrnul.c
7 lib/strchrnul.valgrind
8 m4/strchrnul.m4
9
10 Depends-on:
11 string
12 extensions
13 rawmemchr       [test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1]
14
15 configure.ac:
16 gl_FUNC_STRCHRNUL
17 if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then
18   AC_LIBOBJ([strchrnul])
19   gl_PREREQ_STRCHRNUL
20 fi
21 gl_STRING_MODULE_INDICATOR([strchrnul])
22
23 Makefile.am:
24
25 Include:
26 <string.h>
27
28 License:
29 LGPLv2+
30
31 Maintainer:
32 Eric Blake, glibc