Your Browser is not longer supported

Please use Google Chrome, Mozilla Firefox or Microsoft Edge to view the page correctly
Loading...

{{viewport.spaceProperty.prod}}

vsscanf - formatted read from a string

&pagelevel(4)&pagelevel

Syntax

#include <stdarg.h>
#include <stdio.h>
int vsscanf(const char *s, const char *format, va_list arg);

Description

See vfscanf().