Mercurial > hg > octave-nkf > gnulib-hg
view modules/wctomb @ 16681:14592d8d106b
Tests for module 'log2l'.
* modules/log2l-tests: New file.
* tests/test-log2l.c: New file.
author | Bruno Haible <bruno@clisp.org> |
---|---|
date | Sun, 11 Mar 2012 20:50:40 +0100 |
parents | 5132e2d88ade |
children | 1f14c6dd175d |
line wrap: on
line source
Description: wctomb() function: convert wide character to multibyte character. Files: lib/wctomb.c lib/wctomb-impl.h m4/wctomb.m4 Depends-on: stdlib wcrtomb [test $REPLACE_WCTOMB = 1] wchar [test $REPLACE_WCTOMB = 1] configure.ac: gl_FUNC_WCTOMB if test $REPLACE_WCTOMB = 1; then AC_LIBOBJ([wctomb]) gl_PREREQ_WCTOMB fi gl_STDLIB_MODULE_INDICATOR([wctomb]) Makefile.am: Include: <stdlib.h> License: LGPLv2+ Maintainer: Bruno Haible