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
Do the Windows oldnames workaround through the C++ GNULIB_NAMESPACE.
[gnulib.git]
/
modules
/
memmem
blob
63bd3efce10abff6ab4421650eb9df1c6bdfb2c7
1
Description:
2
memmem() function: efficiently locate first substring in a buffer.
3
4
Files:
5
6
Depends-on:
7
memmem-simple
8
9
configure.ac:
10
gl_FUNC_MEMMEM
11
if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
12
AC_LIBOBJ([memmem])
13
fi
14
15
Makefile.am:
16
17
Include:
18
<string.h>
19
20
License:
21
LGPLv2+
22
23
Maintainer:
24
libc, Eric Blake