summaryrefslogtreecommitdiff
path: root/modules/wmempcpy
blob: 3f8e2c511265b05f06322f5b5cf9c8175e97778f (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
29
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
gl_CONDITIONAL([GL_COND_OBJ_WMEMPCPY],
               [test $HAVE_WMEMPCPY = 0 || test $REPLACE_WMEMPCPY = 1])
gl_WCHAR_MODULE_INDICATOR([wmempcpy])

Makefile.am:
if GL_COND_OBJ_WMEMPCPY
lib_SOURCES += wmempcpy.c
endif

Include:
<wchar.h>

License:
LGPLv2+

Maintainer:
all