mirror of
https://github.com/justinian/jsix.git
synced 2025-12-10 08:24:32 -08:00
Add better number formatting to printf
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user