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

#include <wchar.h>

errno_t wmemmove_s(whcar_t *s1, rsize_t s1max, const wchar_t *s2, rsize_t n)
{
	SIGNAL_SAFE(0);

}

/*
CEXT1(201112)
*/


#endif