Mercurial > hg > octave-kai > gnulib-hg
view modules/mbspbrk @ 8581:7600b64d20c8
Take care of IN_LIBINTL situation.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Thu, 29 Mar 2007 22:21:32 +0000 |
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