diff options
-rw-r--r-- | console.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -47,8 +47,8 @@ printint(int xx, int base, int sign) while(--i >= 0) consputc(buf[i]); } - //PAGEBREAK: 50 + // Print to the console. only understands %d, %x, %p, %s. void cprintf(char *fmt, ...) |