Files
RedBear-OS/local/recipes/dev/libtool/source/gnulib/modules/wmempcpy
T

30 lines
474 B
Plaintext

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