30 lines
389 B
Plaintext
30 lines
389 B
Plaintext
Description:
|
|
wmemset() function: fill wide character array.
|
|
|
|
Files:
|
|
lib/wmemset.c
|
|
lib/wmemset-impl.h
|
|
m4/wmemset.m4
|
|
|
|
Depends-on:
|
|
wchar
|
|
|
|
configure.ac:
|
|
gl_FUNC_WMEMSET
|
|
gl_CONDITIONAL([GL_COND_OBJ_WMEMSET], [test $HAVE_WMEMSET = 0])
|
|
gl_WCHAR_MODULE_INDICATOR([wmemset])
|
|
|
|
Makefile.am:
|
|
if GL_COND_OBJ_WMEMSET
|
|
lib_SOURCES += wmemset.c
|
|
endif
|
|
|
|
Include:
|
|
<wchar.h>
|
|
|
|
License:
|
|
LGPLv2+
|
|
|
|
Maintainer:
|
|
all
|