xfreopen: fix typo: s/frepoen/freopen/
[gnulib/ericb.git] / modules / wmemcpy
blob5d676199417fee48bb7b67f687a4158291e137ea
1 Description:
2 wmemcpy() function: copy wide character array.
4 Files:
5 lib/wmemcpy.c
6 lib/wmemcpy-impl.h
7 m4/wmemcpy.m4
9 Depends-on:
10 wchar
12 configure.ac:
13 gl_FUNC_WMEMCPY
14 if test $HAVE_WMEMCPY = 0; then
15   AC_LIBOBJ([wmemcpy])
17 gl_WCHAR_MODULE_INDICATOR([wmemcpy])
19 Makefile.am:
21 Include:
22 <wchar.h>
24 License:
25 LGPL
27 Maintainer:
28 Bruno Haible