summaryrefslogtreecommitdiff
path: root/src/wchar/vsnwprintf_s.c
blob: 103cd1ee4e9222f836884466be8a490df5350b6f (plain)
1
2
3
4
5
6
7
8
9
int vsnwprintf_s(whcar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg)
{
	__C_EXT(1, 201112L);
	// the actual function
}

/*
CEXT1(201112)
*/