More msvcrt scanf tests

Boaz Harrosh boaz at hishome.net
Wed Feb 25 02:29:52 CST 2004


Robert Shearman wrote:

>I don't know, but any C99-compatible compiler should support the LL suffix
>and the ll width format specifier (in the C library). MSVC doesn't support
>these and AFAIK never will.
>
>Rob
>  
>

Never say never. It does if you:
#define LL i64
#define ll i64
So what is exactly the problem ?




More information about the wine-devel mailing list