strtoumax: fix typo in previous commit.
[gnulib.git] / modules / strstr-simple
1 Description:
2 strstr() function: locate first substring in a buffer.
3
4 Files:
5 lib/str-two-way.h
6 lib/strstr.c
7 m4/strstr.m4
8
9 Depends-on:
10 string
11 stdbool         [test $REPLACE_STRSTR = 1]
12 memchr          [test $REPLACE_STRSTR = 1]
13 memcmp          [test $REPLACE_STRSTR = 1]
14
15 configure.ac:
16 gl_FUNC_STRSTR_SIMPLE
17 if test $REPLACE_STRSTR = 1; then
18   AC_LIBOBJ([strstr])
19 fi
20 gl_STRING_MODULE_INDICATOR([strstr])
21
22 Makefile.am:
23
24 Include:
25 <string.h>
26
27 License:
28 LGPLv2+
29
30 Maintainer:
31 all, Eric Blake