This commit is contained in:
Yeongjin Jang
2019-04-01 01:22:52 -07:00
parent b48a2f6d29
commit ae442212be
2 changed files with 5 additions and 2 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);