summaryrefslogtreecommitdiff
path: root/src/stdio/vsscanf_s.c
blob: 1e94ef1b80471fe4e697e31f05809a3300552869 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#if 0

#include <stdarg.h>

int vsscanf_s(const char * restrict s, const char * restrict format, va_list arg)
{
	__C_EXT(1, 201112L);
}

/*
CEXT1(201112)
*/


#endif