Hash :
c20b0560
Author :
Date :
2011-02-05T12:58:40
New module 'wmemcpy'. * modules/wmemcpy: New file. * lib/wchar.in.h (wmemcpy): New declaration. * lib/wmemcpy.c: New file. * lib/wmemcpy-impl.h: New file, from libutf8 with modifications. * m4/wmemcpy.m4: New file. * m4/wchar_h.m4 (gl_WCHAR_H): Test whether wmemcpy is declared. (gl_WCHAR_H_DEFAULTS): Initialize GNULIB_WMEMCPY, HAVE_WMEMCPY. * modules/wchar (Makefile.am): Substitute GNULIB_WMEMCPY, HAVE_WMEMCPY. * tests/test-wchar-c++.cc: Test the declaration of wmemcpy. * doc/posix-functions/wmemcpy.texi: Mention the new module.
Description:
wmemcpy() function: copy wide character array.
Files:
lib/wmemcpy.c
lib/wmemcpy-impl.h
m4/wmemcpy.m4
Depends-on:
wchar
configure.ac:
gl_FUNC_WMEMCPY
gl_WCHAR_MODULE_INDICATOR([wmemcpy])
Makefile.am:
Include:
<wchar.h>
License:
LGPL
Maintainer:
Bruno Haible