stage4/stage4.hh
changeset 397 85151b2f35ca
parent 296 9cf0d701d211
child 522 f9cff11ae622
--- a/stage4/stage4.hh	Fri Dec 30 18:25:39 2011 +0100
+++ b/stage4/stage4.hh	Wed Jan 25 01:16:30 2012 +0100
@@ -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);