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

int vsscanf(const char * restrict s, const char * restrict format, va_list arg)
{
}

/*
STDC(199901)
*/