<sect3>PutDecimal
<p>
-<tt/void PutDecimal (char parameter, int value, char y, unsigned x)/
+<tt/void PutDecimal (char parameter, unsigned value, char y, unsigned x)/
<p>
This function converts <tt/value/ to its decimal representation and outputs it to the screen.
The <tt/parameter/ is the field width in pixels (range 1-31) and mode bits. Depending on them
void __fastcall__ PutChar(char character, char y, unsigned x);
void __fastcall__ PutString(char *myString, char y, unsigned x);
-void __fastcall__ PutDecimal(char style, int value, char y, unsigned x);
+void __fastcall__ PutDecimal(char style, unsigned value, char y, unsigned x);
char __fastcall__ GetCharWidth(char character);
void __fastcall__ LoadCharSet(struct fontdesc *myFont);
;
-; Maciej 'YTM/Alliance' Witkowiak
+; Maciej 'YTM/Elysium' Witkowiak
;
-; 30.10.99
+; 30.10.99, 17.8.2003
-; void PutDecimal (char style, int value, char y, int x);
+; void PutDecimal (char style, unsigned value, char y, int x);
.import popa, popax
.import getintcharint