repo.or.cz
/
gnulib.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
select: Fix "warning: no previous prototype for function".
[gnulib.git]
/
modules
/
mbscasestr
blob
8c12c8d3b5ebf2bf97b8ad66362d9a11db800606
1
Description:
2
mbscasestr() function: case-insensitive search for a substring in a string.
3
4
Files:
5
lib/mbscasestr.c
6
lib/str-kmp.h
7
8
Depends-on:
9
mbuiter
10
stdbool
11
string
12
mbslen
13
malloca
14
strnlen
15
16
configure.ac:
17
gl_STRING_MODULE_INDICATOR([mbscasestr])
18
19
Makefile.am:
20
lib_SOURCES += mbscasestr.c
21
22
Include:
23
<string.h>
24
25
Link:
26
$(LIB_MBRTOWC)
27
28
License:
29
LGPL
30
31
Maintainer:
32
all