blob: eb7a98fa5aa6004b0626b5f7670493670bfe8353 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
#if 0
int vsnwprintf_s(whcar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg)
{
SIGNAL_SAFE(0);
// the actual function
}
/*
CEXT1(201112)
*/
#endif
|