summaryrefslogtreecommitdiff
path: root/src/wchar/wmemmove_s.c
blob: fb1083140df088b4eeb1f57156e019a453e3ab4d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <wchar.h>

errno_t wmemmove_s(whcar_t *s1, rsize_t s1max, const wchar_t *s2, rsize_t n)
{
	__C_EXT(1, 201112L);
}

/*
CEXT1(201112)
*/


#endif