stage4/stage4.hh
changeset 580 b6350d9f204d
parent 522 f9cff11ae622
child 594 c8092e909886
--- a/stage4/stage4.hh	Mon Jun 11 15:58:44 2012 +0100
+++ b/stage4/stage4.hh	Mon Jun 11 18:48:58 2012 +0100
@@ -68,6 +68,10 @@
     void *print_long_integer(unsigned long l_integer, bool suffix=true);
     void *print_long_long_integer(unsigned long long ll_integer, bool suffix=true);
 
+    void *print_int64(int64_t integer);
+    void *print_uint64(uint64_t integer);
+    void *print_real64(real64_t integer);
+
     void *printupper(const char *str);
     void *printupper(std::string str);