view modules/strstr @ 13415:a884db63982b

Avoid some more warnings from "gcc -Wwrite-strings".
author Bruno Haible <bruno@clisp.org>
date Fri, 11 Jun 2010 21:17:11 +0200
parents 59047bad770e
children d1397c651af7
line wrap: on
line source

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

Files:

Depends-on:
strstr-simple

configure.ac:
gl_FUNC_STRSTR

Makefile.am:

Include:
<string.h>

License:
LGPLv2+

Maintainer:
all, Eric Blake