summaryrefslogtreecommitdiff
path: root/modules/c-strstr
blob: 2803aac95fc579c87fc04c9c1d0193715fb633b6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
Description:
Search for a substring in a string in C locale.

Files:
lib/c-strstr.h
lib/c-strstr.c

Depends-on:
stdbool
allocsa
strnlen

configure.ac:

Makefile.am:
lib_SOURCES += c-strstr.h c-strstr.c

Include:
"c-strstr.h"

License:
LGPL

Maintainer:
Bruno Haible