view modules/strstr @ 11551:957a85702f2b

Fix test-file-has-acl on FreeBSD.
author David Bartley <dtbartle@csclub.uwaterloo.ca>
date Mon, 04 May 2009 12:19:25 +0200
parents fbf94c8a908a
children 59047bad770e
line wrap: on
line source

Description:
strstr() function: efficiently locate first substring in a buffer.

Files:
lib/str-two-way.h
lib/strstr.c
m4/strstr.m4

Depends-on:
string
stdbool
memchr
memcmp

configure.ac:
gl_FUNC_STRSTR
gl_STRING_MODULE_INDICATOR([strstr])

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all, Eric Blake