vfscanf
vscanf, vfscanf, vsscanf, vscanf_s, vfscanf_s, vsscanf_s
Defined in header <stdio.h> | ||
---|---|---|
int vscanf( const char *restrict format, va_list vlist ); | (1) | (since C99) |
int vfscanf( FILE *restrict stream, const char *restrict format, va_list vlist ); | (2) | (since C99) |
int vsscanf( const char *restrict buffer, const char *restrict format, va_list vlist ); | (3) | (since C99) |