timespec_get: New module.
[gnulib.git] / modules / strchrnul
blob98a3d8c58a1e73a39a2be9fa723964ffffb5cde9
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 if test $HAVE_STRCHRNUL = 0 || test $REPLACE_STRCHRNUL = 1; then
18   AC_LIBOBJ([strchrnul])
19   gl_PREREQ_STRCHRNUL
21 gl_STRING_MODULE_INDICATOR([strchrnul])
23 Makefile.am:
25 Include:
26 <string.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 Eric Blake, glibc