summaryrefslogtreecommitdiff
path: root/src/wchar/wmemmove_s.c
blob: 2a34b960f832e31205eb41ff6d60c37d60effe9c (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)
*/