Mercurial > hg > octave-shane > gnulib-hg
diff modules/mbschr @ 8083:c8815c37b48c
New module 'mbschr'.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Mon, 05 Feb 2007 01:01:37 +0000 (2007-02-05) |
parents | |
children | 23f58a4ffca0 |
line wrap: on
line diff
new file mode 100644 --- /dev/null +++ b/modules/mbschr @@ -0,0 +1,28 @@ +Description: +mbschr() function: search a string for a character. + +Files: +lib/mbschr.c +m4/mbschr.m4 +m4/mbrtowc.m4 + +Depends-on: +mbuiter +string + +configure.ac: +gl_FUNC_MBSCHR +gl_STRING_MODULE_INDICATOR([mbschr]) + +Makefile.am: +lib_SOURCES += mbschr.c + +Include: +<string.h> + +License: +LGPL + +Maintainer: +Bruno Haible +