Add rawmemchr module, matching glibc.
[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 m4/strchrnul.m4
8
9 Depends-on:
10 extensions
11 string
12 rawmemchr
13
14 configure.ac:
15 gl_FUNC_STRCHRNUL
16 gl_STRING_MODULE_INDICATOR([strchrnul])
17
18 Makefile.am:
19
20 Include:
21 <string.h>
22
23 License:
24 LGPL
25
26 Maintainer:
27 FSF