%Fp printf format specifier

Krzysztof Foltman kfoltman at onet.pl
Wed Mar 2 11:23:40 CST 2005


Dnia 02-03-2005, śro o godzinie 17:34 +0100, Uwe Bonnes napisał(a):
> uses a "%Fp" format spezifier. Running with native msvcrt, this seems to be
> the same as "%p". However builtin msvcrt stumbles about the "superfluous" 'F".

%p = pointer
%Fp = far pointer? (as in segment:offset pointer in 16-bit Windows)

Krzysztof





More information about the wine-devel mailing list