summaryrefslogtreecommitdiff
path: root/modules/c-strstr
blob: d2a989324429c376ed01a6a4cde2f865d2040874 (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
malloca
strnlen

configure.ac:

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

Include:
"c-strstr.h"

License:
LGPL

Maintainer:
Bruno Haible