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