blob: 56c69cc70aa56b4b4e85296ecbc5c41e343a99bc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
#if 0
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)
*/
#endif
|