Mercurial > hg > octave-shane > gnulib-hg
view modules/wcscpy @ 17267:ee4cb5937493
unicodeio: depend on stdio, not ignore-value
* lib/unicodeio.c: Do not include ignore-value.h.
(fwrite_success_callback): Use plain fwrite, not ignore_value + fwrite.
* modules/unicodeio (Depends-on): Depend on stdio, not ignore-value.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Fri, 04 Jan 2013 01:55:52 +0000 |
parents | 221c01a6249f |
children |
line wrap: on
line source
Description: wcscpy() function: copy a wide string. Status: obsolete Notice: This module is obsolete. Files: lib/wcscpy.c lib/wcscpy-impl.h m4/wcscpy.m4 Depends-on: wchar configure.ac: gl_FUNC_WCSCPY if test $HAVE_WCSCPY = 0; then AC_LIBOBJ([wcscpy]) fi gl_WCHAR_MODULE_INDICATOR([wcscpy]) Makefile.am: Include: <wchar.h> License: LGPL Maintainer: Bruno Haible