28 Oct
2015
28 Oct
'15
12:33 p.m.
On 10/28/15 09:54, Martin Storsjo wrote:
+/********************************************************************* + * _snscanf_s_l (MSVCRT.@) + */ +int CDECL MSVCRT__stdio_common_vsscanf(unsigned __int64 options, const char *input, MSVCRT_size_t length, const char *format, MSVCRT__locale_t locale, __ms_va_list valist) +{ + return MSVCRT_vsnscanf_l(input, length, format, locale, valist); +} Shouldn't this function also print some message about ignored options argument?
Thanks, Piotr