NEWS.stable: update
[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 gl_STRING_MODULE_INDICATOR([strchrnul])
18
19 Makefile.am:
20
21 Include:
22 <string.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 Eric Blake, glibc