[PATCH] ucrtbase: Implement vsscanf

Piotr Caban piotr.caban at gmail.com
Thu Oct 29 05:32:48 CDT 2015


Hi,

On 10/28/15 22:59, Martin Storsjö wrote:
>>> +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)
Sorry for not asking about it earlier but could you please avoid adding 
long lines. It's not a hard limit but in general we're trying to use up 
to 80-characters in line. It's OK to have longer lines if it makes code 
more readable but I think you should try to not exceed e.g. 120 
characters in line (if there's a good reason I'm OK with longer lines).

Except of it the patch looks good for me.

Thanks,
Piotr



More information about the wine-devel mailing list