summaryrefslogtreecommitdiff
path: root/modules/wmemset
blob: 602352b870bf469d664b1ea71488a0af41eb9194 (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:
LGPLv2+

Maintainer:
all