As i knew the <stdarg.h> header should have the following function
int vfscanf(FILE *stream, const char *format, va_list ap);
but under Visual Studio 2005, after including the header and calling the function i get
'vfscanf': identifier not found
if the function is not declared, can u tell me some simmilar functions that do the same
thing and have the same parameters?
thx