Mercurial > hg > octave-lojdl > gnulib-hg
view modules/wcsdup @ 17259:bc20efc34eba octave-stable
branch to handle patches for Octave stable
author | John W. Eaton <jwe@octave.org> |
---|---|
date | Thu, 03 Jan 2013 14:26:52 -0500 |
parents | 7f3083b176a2 |
children |
line wrap: on
line source
Description: wcsdup() function: duplicate a wide string. Files: lib/wcsdup.c lib/wcsdup-impl.h m4/wcsdup.m4 Depends-on: wchar wcslen [test $HAVE_WCSDUP = 0] wmemcpy [test $HAVE_WCSDUP = 0] configure.ac: gl_FUNC_WCSDUP if test $HAVE_WCSDUP = 0; then AC_LIBOBJ([wcsdup]) fi gl_WCHAR_MODULE_INDICATOR([wcsdup]) Makefile.am: Include: <wchar.h> License: LGPL Maintainer: Bruno Haible