Changeset 641 for soft/giet_vm
- Timestamp:
- Jul 20, 2015, 6:25:13 PM (10 years ago)
- Location:
- soft/giet_vm
- Files:
- 
          - 2 edited
 
 - 
          applications/shell/main.c (modified) (1 diff)
- 
          giet_libs/stdio.c (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
        soft/giet_vm/applications/shell/main.cr640 r641 126 126 } 127 127 i += len; 128 giet_tty_printf("wrote %d/%d (%d )\n", i, size, 100*i/size);128 giet_tty_printf("wrote %d/%d (%d%%)\n", i, size, 100*i/size); 129 129 } 130 130 
- 
        soft/giet_vm/giet_libs/stdio.cr628 r641 187 187 { 188 188 case ('%'): 189 { 190 len = 1; 191 pbuf = "%"; 192 break; 193 } 189 194 case ('c'): /* char conversion */ 190 195 { 
Note: See TracChangeset
          for help on using the changeset viewer.
      ![(please configure the [header_logo] section in trac.ini)](/trac/giet-vm/chrome/site/your_project_logo.png)
