strtof, strtod, strtold tests: Strengthen tests.
[gnulib.git] / modules / mbsstr
blob8cca9dd129368f1dc8918c1d9152ce052aaa0cd2
1 Description:
2 mbsstr() function: search for a substring in a string.
4 Files:
5 lib/mbsstr.c
6 lib/str-kmp.h
8 Depends-on:
9 alignasof
10 mbuiter
11 stdbool
12 string
13 mbslen
14 malloca
15 strnlen
17 configure.ac:
18 gl_STRING_MODULE_INDICATOR([mbsstr])
20 Makefile.am:
21 lib_SOURCES += mbsstr.c
23 Include:
24 <string.h>
26 Link:
27 $(LTLIBUNISTRING) when linking with libtool, $(LIBUNISTRING) otherwise
28 $(MBRTOWC_LIB)
29 $(LTLIBC32CONV) when linking with libtool, $(LIBC32CONV) otherwise
31 License:
32 LGPL
34 Maintainer:
35 all