More msvcrt scanf tests

Uwe Bonnes bon at elektron.ikp.physik.tu-darmstadt.de
Tue Feb 24 09:15:49 CST 2004


>>>>> "Dmitry" == Dmitry Timoshkov <dmitry at baikal.ru> writes:

    Dmitry> "Boaz Harrosh" <boaz at hishome.net> wrote:
    >> >Long long constants are not portable, you need to compute them from
    >> >long constants.
    >> >
    >> >  
    >> >
    >> 
    >> The official way to do it in GCC (any gcc) is 0x1234567812345678LL
    >> Just like we used to do 0x12345678L in 16 bit In VC++ it is
    >> 0x1234567812345678i64. Intel can do LL as well. Not sure about
    >> borland or watcom. What do OS X use?
    >> 
    >> I guess you can do: #ifdef _GCC_ #define i64 LL #endif
    >> 
    >> or the opposite way (#define LL i64 )

    Dmitry> We have to use an approach implemented in include/wine/debug.h,
    Dmitry> wine_dbgstr_longlong(). Any modifier for LL in the printf format
    Dmitry> string is not portable.

But wine_dbgstr_longlong doesn't take a field length, doesn't know how to
print decimal or octal and so on...

-- 
Uwe Bonnes                bon at elektron.ikp.physik.tu-darmstadt.de

Institut fuer Kernphysik  Schlossgartenstrasse 9  64289 Darmstadt
--------- Tel. 06151 162516 -------- Fax. 06151 164321 ----------



More information about the wine-devel mailing list