Mercurial > hg > octave-kai > gnulib-hg
view modules/mbspbrk @ 10264:ebb7ea0c94e8
Rename isnand.h to isnand-nolibm.h, similarly for isnanf.h.
author | Ben Pfaff <blp@cs.stanford.edu> |
---|---|
date | Sat, 12 Jul 2008 10:41:34 -0700 |
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