summaryrefslogtreecommitdiff
path: root/modules/wmemmove
blob: 359e0a31a6eba4310e6ca32d07240e8d3558ce8e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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
if test $HAVE_WMEMMOVE = 0; then
  AC_LIBOBJ([wmemmove])
fi
gl_WCHAR_MODULE_INDICATOR([wmemmove])

Makefile.am:

Include:
<wchar.h>

License:
LGPL

Maintainer:
all