Mercurial > hg > octave-nkf > gnulib-hg
view modules/mbsstr @ 8133:678421bdc3ae
Ensure O(n) worst-case complexity of mbsstr.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Feb 2007 19:23:52 +0000 |
parents | 56a0105d8cf3 |
children | e8d8167b9164 |
line wrap: on
line source
Description: mbsstr() function: search for a substring in a string. Files: lib/mbsstr.c m4/mbsstr.m4 m4/mbrtowc.m4 Depends-on: mbuiter stdbool string mbslen strnlen configure.ac: gl_FUNC_MBSSTR gl_STRING_MODULE_INDICATOR([mbsstr]) Makefile.am: lib_SOURCES += mbsstr.c Include: <string.h> License: LGPL Maintainer: Bruno Haible