stage4/stage4.hh
changeset 416 0c2ef191b22a
parent 397 85151b2f35ca
child 522 f9cff11ae622
--- a/stage4/stage4.hh	Tue Sep 27 00:07:16 2011 +0200
+++ b/stage4/stage4.hh	Wed Feb 01 13:01:08 2012 +0000
@@ -61,8 +61,8 @@
     void *print(std::string str);
     
     void *print_integer(int integer);
-    void *print_long_integer(unsigned long l_integer);
-    void *print_long_long_integer(unsigned long long ll_integer);
+    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 *printupper(const char *str);
     void *printupper(std::string str);