view modules/mbspbrk @ 10746:08e90860ec5e

Mark 'memchr' obsolete.
author Bruno Haible <bruno@clisp.org>
date Sun, 02 Nov 2008 16:34:09 +0100
parents 9d0175f6442d
children 23f58a4ffca0
line wrap: on
line source

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

Files:
lib/mbspbrk.c
m4/mbspbrk.m4
m4/mbrtowc.m4

Depends-on:
mbuiter
string
mbschr
strpbrk

configure.ac:
gl_FUNC_MBSPBRK
gl_STRING_MODULE_INDICATOR([mbspbrk])

Makefile.am:
lib_SOURCES += mbspbrk.c

Include:
<string.h>

License:
LGPL

Maintainer:
Bruno Haible