Synopsis
int debug_vfscanf(DEBUG_FILE *stream,
                  const char *format,
                  __va_list);
Description

debug_vfscanf is equivalent to debug_fscanf with arguments passed using stdarg.h rather than a variable number of arguments.