summaryrefslogtreecommitdiff
path: root/src/stdio/vsscanf_s.c
blob: 6ac2e6fa2963b741dbcadc8f3852f1ce57f13921 (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)
*/