Make roundf-tests module depend on floorf, ceilf.
[gnulib.git] / modules / strchrnul
1 Description:
2 strchrnul(): Find the first occurrence of C in S or the final NUL byte.
3
4 Files:
5 lib/strchrnul.c
6 m4/strchrnul.m4
7
8 Depends-on:
9 extensions
10 string
11
12 configure.ac:
13 gl_FUNC_STRCHRNUL
14 gl_STRING_MODULE_INDICATOR([strchrnul])
15
16 Makefile.am:
17
18 Include:
19 <string.h>
20
21 License:
22 LGPL
23
24 Maintainer:
25 FSF