Make strstr() work in multibyte locales.
[gnulib.git] / modules / strstr
1 Description:
2 strstr() function: search for a substring in a string.
3
4 Files:
5 lib/strstr.h
6 lib/strstr.c
7 m4/strstr.m4
8 m4/mbrtowc.m4
9
10 Depends-on:
11 mbuiter
12
13 configure.ac:
14 gl_FUNC_STRSTR
15
16 Makefile.am:
17 lib_SOURCES += strstr.h
18
19 Include:
20 "strstr.h"
21
22 License:
23 LGPL
24
25 Maintainer:
26 Bruno Haible, glibc
27