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

int vfscanf_s(FILE * restrict stream, const char * restrict format, va_list arg)
{
	__C_EXT(1, 201112L);
}

/*
CEXT1(201112)
*/