[PATCH] ucrtbase: Implement vsscanf

Piotr Caban piotr.caban at gmail.com
Wed Oct 28 12:33:47 CDT 2015


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




More information about the wine-devel mailing list