summaryrefslogtreecommitdiff
path: root/modules/wmempcpy
blob: edb4c5f9c6e55506c45947760e0ec71bb0fe83f6 (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
Description:
wmempcpy() function: copy wide character array, return pointer after last written wide character.

Files:
lib/wmempcpy.c
m4/wmempcpy.m4

Depends-on:
wchar

configure.ac:
gl_FUNC_WMEMPCPY
if test $HAVE_WMEMPCPY = 0; then
  AC_LIBOBJ([wmempcpy])
fi
gl_WCHAR_MODULE_INDICATOR([wmempcpy])

Makefile.am:

Include:
<wchar.h>

License:
LGPLv2+

Maintainer:
all