mirror of
https://github.com/TomHarte/CLK.git
synced 2026-04-25 11:17:26 +00:00
Eliminates dangling uses of printf.
This commit is contained in:
+1
-1
@@ -19,9 +19,9 @@
|
||||
|
||||
#else
|
||||
|
||||
#include <iomanip>
|
||||
#include <iostream>
|
||||
#include <ios>
|
||||
#include <iomanip>
|
||||
|
||||
#define PADHEX(n) std::hex << std::setw(n) << std::right << std::setfill('0')
|
||||
#define PADDEC(n) std::dec << std::setw(n) << std::right << std::setfill('0')
|
||||
|
||||
Reference in New Issue
Block a user