summaryrefslogtreecommitdiff
path: root/src/wchar/wmemmove_s.c
blob: ca30a7864b93fb70793f853384083795da6822fa (plain)
1
2
3
4
5
6
7
8
9
10
#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)
*/