Exploit the __builtin_signbit GCC built-in.
[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
13 configure.ac:
14 gl_FUNC_STRCHRNUL
15 gl_STRING_MODULE_INDICATOR([strchrnul])
16
17 Makefile.am:
18
19 Include:
20 <string.h>
21
22 License:
23 LGPL
24
25 Maintainer:
26 FSF