gnulib-tool.py: Correct type hint and doc string.
[gnulib.git] / modules / wmemcpy
blob161762304e9a5131360b35306daf939b3800458a
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 gl_CONDITIONAL([GL_COND_OBJ_WMEMCPY], [test $HAVE_WMEMCPY = 0])
15 gl_WCHAR_MODULE_INDICATOR([wmemcpy])
17 Makefile.am:
18 if GL_COND_OBJ_WMEMCPY
19 lib_SOURCES += wmemcpy.c
20 endif
22 Include:
23 <wchar.h>
25 License:
26 LGPLv2+
28 Maintainer:
29 all