verify: new macro 'assume'
[gnulib.git] / modules / wmemmove
1 Description:
2 wmemmove() function: copy wide character array.
3
4 Files:
5 lib/wmemmove.c
6 lib/wmemmove-impl.h
7 m4/wmemmove.m4
8
9 Depends-on:
10 wchar
11
12 configure.ac:
13 gl_FUNC_WMEMMOVE
14 if test $HAVE_WMEMMOVE = 0; then
15   AC_LIBOBJ([wmemmove])
16 fi
17 gl_WCHAR_MODULE_INDICATOR([wmemmove])
18
19 Makefile.am:
20
21 Include:
22 <wchar.h>
23
24 License:
25 LGPL
26
27 Maintainer:
28 Bruno Haible