view modules/strpbrk @ 8054:aa8abb5db935

Enforce the use of gnulib modules for unportable <string.h> functions.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Feb 2007 00:29:52 +0000
parents a1d177cd9523
children 404dc8725caf
line wrap: on
line source

Description:
strpbrk() function: search a string for any of a set of characters.

Files:
lib/strpbrk.c
m4/strpbrk.m4

Depends-on:
string

configure.ac:
gl_FUNC_STRPBRK
gl_STRING_MODULE_INDICATOR([strpbrk])

Makefile.am:

Include:
<string.h>

License:
LGPL

Maintainer:
Bruno Haible, glibc