changeset 8 | 35751d3474b7 |
parent 0 | 2c201484c85f |
2:675a964f4eb5 | 8:35751d3474b7 |
---|---|
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: |
14 * Description: |
15 * |
15 * |
16 */ |
16 */ |
17 |
|
18 |
|
19 |
17 |
20 |
18 |
21 /** |
19 /** |
22 @file |
20 @file |
23 */ |
21 */ |
80 iOut.writeNewLine(); |
78 iOut.writeNewLine(); |
81 iOut.writeNum(iCount); |
79 iOut.writeNum(iCount); |
82 iConsole.Printf(_L(" %D\n"),iCount); |
80 iConsole.Printf(_L(" %D\n"),iCount); |
83 iOut.writeNewLine(); |
81 iOut.writeNewLine(); |
84 } |
82 } |
83 |