verify: new macro 'assume'
[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 strstr
10
11 configure.ac:
12
13 Makefile.am:
14 lib_SOURCES += c-strstr.h c-strstr.c
15
16 Include:
17 "c-strstr.h"
18
19 License:
20 LGPL
21
22 Maintainer:
23 Bruno Haible
24