Update after allocsa -> malloca renaming.
[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 malloca
11 strnlen
12
13 configure.ac:
14
15 Makefile.am:
16 lib_SOURCES += c-strstr.h c-strstr.c
17
18 Include:
19 "c-strstr.h"
20
21 License:
22 LGPL
23
24 Maintainer:
25 Bruno Haible
26