Merge branch 'lab2' into lab3

This commit is contained in:
Yeongjin Jang
2019-04-01 01:26:30 -07:00
5 changed files with 14 additions and 4 deletions

View File

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