symlink: Update regarding AIX.
[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
12 memchr
13 memcmp
14
15 configure.ac:
16 gl_FUNC_STRSTR_SIMPLE
17 gl_STRING_MODULE_INDICATOR([strstr])
18
19 Makefile.am:
20
21 Include:
22 <string.h>
23
24 License:
25 LGPLv2+
26
27 Maintainer:
28 all, Eric Blake