703d879a210ba33622311f0e4b9f2105182811c4
[gnulib.git] / modules / c-strstr
1 Description:
2 Search for a substring in a string in C locale.
3
4 Files:
5 lib/c-strstr.h
6 lib/c-strstr.c
7
8 Depends-on:
9 stdbool
10 strnlen
11
12 configure.ac:
13
14 Makefile.am:
15 lib_SOURCES += c-strstr.h c-strstr.c
16
17 Include:
18 "c-strstr.h"
19
20 License:
21 LGPL
22
23 Maintainer:
24 Bruno Haible
25