#include <stdarg.h>
#include "printf.h"
#include "util.h"
-
-typedef uint32_t uintmax_t;
-typedef int32_t intmax_t;
+#include "string.h"
typedef unsigned char u_char;
typedef unsigned int u_int;
padc = '0';
goto reswitch;
}
+ // intentionally fall through to next case
case '1': case '2': case '3': case '4':
case '5': case '6': case '7': case '8': case '9':
for (n = 0;; ++fmt) {