(svn r18181) -Add: the concept of zero filled numbers to strgen

This commit is contained in:
rubidium
2009-11-19 13:53:54 +00:00
parent 4987d97810
commit 2f0b1ef5f1
3 changed files with 18 additions and 11 deletions

View File

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