Merge branch 'lab4' into lab5

This commit is contained in:
Yeongjin Jang
2019-04-01 21:36:43 -07:00
9 changed files with 38 additions and 6 deletions

View File

@@ -214,7 +214,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);