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
unicodeio: Fix wrong result on FreeBSD.
[gnulib.git]
/
modules
/
strstr
blob
49367614dfe6f2b63a27253d711b3b005fd78bbf
1
Description:
2
strstr() function: efficiently locate first substring in a buffer.
3
4
Files:
5
6
Depends-on:
7
strstr-simple
8
9
configure.ac:
10
gl_FUNC_STRSTR
11
if test $REPLACE_STRSTR = 1; then
12
AC_LIBOBJ([strstr])
13
fi
14
15
Makefile.am:
16
17
Include:
18
<string.h>
19
20
License:
21
LGPLv2+
22
23
Maintainer:
24
all, Eric Blake