Merge branch 'lab3' into lab4

This commit is contained in:
Yeongjin Jang
2019-04-01 21:36:26 -07:00
8 changed files with 37 additions and 6 deletions

View File

@@ -207,7 +207,7 @@ vprintfmt(void (*putch)(int, void*), void *putdat, const char *fmt, va_list ap)
// (unsigned) octal
case 'o':
// Replace this with your code.
// LAB 1: Replace this with your code.
putch('X', putdat);
putch('X', putdat);
putch('X', putdat);