PutDecimal takes unsigned int as decimal parameter

git-svn-id: svn://svn.cc65.org/cc65/trunk@2350 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
izydorst
2003-08-17 14:54:15 +00:00
parent 03c049794f
commit aa87296c1f
3 changed files with 5 additions and 5 deletions

View File

@@ -340,7 +340,7 @@ See <tt/ggraph.h/ for list of tokens that you can also place in the string - lik
<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