K 10 svn:author V 4 ngie K 8 svn:date V 27 2017-08-03T05:27:05.011211Z K 7 svn:log V 298 Fix the return types for printf and putchar to match their libc and POSIX equivalents Both printf and putchar return int, not void. This will allow code that leverages the libcalls and checks/rely on the return type to interchangeably between loader code and non-loader code. MFC after: 1 month END