summaryrefslogtreecommitdiff
path: root/src/stdio/vsscanf_s.c
blob: 1039a9d522d3c1c2cd33870978dd5d1b4b81aa97 (plain)
1
2
3
4
5
6
7
8
9
10
#include <stdarg.h>

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

/*
CEXT1(201112)
*/