projects
/
pspp
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
mkostemp: Move AC_LIBOBJ invocations to module description.
[pspp]
/
modules
/
c-strcasestr
1
Description:
2
Efficient case-insensitive searching in a string in C locale.
3
4
Files:
5
lib/c-strcasestr.h
6
lib/c-strcasestr.c
7
lib/str-two-way.h
8
9
Depends-on:
10
c-ctype
11
c-strcase
12
stdbool
13
memchr
14
memcmp
15
16
configure.ac:
17
18
Makefile.am:
19
lib_SOURCES += c-strcasestr.h c-strcasestr.c
20
21
Include:
22
"c-strcasestr.h"
23
24
License:
25
LGPLv2+
26
27
Maintainer:
28
Bruno Haible
29