Mercurial > hg > octave-nkf > gnulib-hg
view modules/mbsnlen @ 13415:a884db63982b
Avoid some more warnings from "gcc -Wwrite-strings".
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Fri, 11 Jun 2010 21:17:11 +0200 |
parents | 23f58a4ffca0 |
children | 1f14c6dd175d |
line wrap: on
line source
Description: mbsnlen() function: Determine the number of multibyte characters in a string. Files: lib/mbsnlen.c Depends-on: mbiter string configure.ac: gl_STRING_MODULE_INDICATOR([mbsnlen]) Makefile.am: lib_SOURCES += mbsnlen.c Include: <string.h> License: LGPL Maintainer: Bruno Haible