summaryrefslogtreecommitdiff
path: root/libc/string/wmemset.c
blob: 9505cb7cb73973b5d37cc37a80af2d4f54d24426 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
/*
 * Copyright (C) 2000-2005 Erik Andersen <andersen@uclibc.org>
 *
 * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
 */

#define L_memset
#define WANT_WIDE
#define Wmemset __wmemset

#include "wstring.c"

strong_alias(__wmemset, wmemset)

#undef L_memset