repo.or.cz
/
GalaxyCodeBases.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
modified: myjupyterlab.sh
[GalaxyCodeBases.git]
/
c_cpp
/
lib
/
gnulib
/
modules
/
memmem-simple
blob
d4ae332a264a5c7aa2764f2d1e919ed8308a4fa5
1
Description:
2
memmem() function: locate first substring in a buffer.
3
4
Files:
5
lib/str-two-way.h
6
lib/memmem.c
7
m4/memmem.m4
8
9
Depends-on:
10
extensions
11
string
12
stdint
13
memchr
14
memcmp
15
16
configure.ac:
17
gl_FUNC_MEMMEM_SIMPLE
18
if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
19
AC_LIBOBJ([memmem])
20
fi
21
gl_STRING_MODULE_INDICATOR([memmem])
22
23
Makefile.am:
24
25
Include:
26
<string.h>
27
28
License:
29
LGPLv2+
30
31
Maintainer:
32
libc, Eric Blake, Simon Josefsson