Add better number formatting to printf

This commit is contained in:
Justin C. Miller
2018-05-06 02:18:24 -07:00
parent f64efad057
commit d876aa141c
6 changed files with 31 additions and 24 deletions

View File

@@ -4,8 +4,6 @@
#include <stdint.h>
inline void * operator new (size_t, void *p) throw() { return p; }
using addr_t = uint64_t;
namespace kutil {