modified: myjupyterlab.sh
[GalaxyCodeBases.git] / c_cpp / lib / gnulib / modules / memmem-simple
blobd4ae332a264a5c7aa2764f2d1e919ed8308a4fa5
1 Description:
2 memmem() function: locate first substring in a buffer.
4 Files:
5 lib/str-two-way.h
6 lib/memmem.c
7 m4/memmem.m4
9 Depends-on:
10 extensions
11 string
12 stdint
13 memchr
14 memcmp
16 configure.ac:
17 gl_FUNC_MEMMEM_SIMPLE
18 if test $HAVE_MEMMEM = 0 || test $REPLACE_MEMMEM = 1; then
19   AC_LIBOBJ([memmem])
21 gl_STRING_MODULE_INDICATOR([memmem])
23 Makefile.am:
25 Include:
26 <string.h>
28 License:
29 LGPLv2+
31 Maintainer:
32 libc, Eric Blake, Simon Josefsson