summaryrefslogtreecommitdiff
path: root/modules/wmemset
blob: 5145a65a287025617f11d77a42a13fa8f1eba345 (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:
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:
LGPL

Maintainer:
all