strtoumax: fix typo in previous commit.
[gnulib.git] / modules / strstr
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