(svn r22304) -Add: {DECIMAL} string code to print decimal fractions.

This commit is contained in:
frosch
2011-04-09 20:26:14 +00:00
parent 2c8b7a980f
commit 70f9a6747e
3 changed files with 23 additions and 5 deletions

View File

@@ -72,6 +72,7 @@ enum StringControlCode {
SCC_STRING,
SCC_COMMA,
SCC_DECIMAL,
SCC_NUM,
SCC_ZEROFILL_NUM,
SCC_HEX,