summaryrefslogtreecommitdiff
path: root/src/stdio/vfscanf.c
blob: 44ce6ea216fd5c389c8f68418bbe39f3a556a6f2 (plain)
1
2
3
4
5
6
7
8
9
#include <stdio.h>

int vfscanf(FILE * restrict stream, const char * restrict format, va_list arg)
{
}

/*
STDC(199901)
*/