move all code relative to readline into separate file
[calc.git] / format.h
index dbbaec1ff3b54585311ced76fb96572063c713b9..b18b92d728e8ccb99d9e18a684fcd452ab9ade02 100644 (file)
--- a/format.h
+++ b/format.h
@@ -12,6 +12,11 @@ void set_format ();
 
 void free_format ();
 
+void set_base (int in, int out);
+int is_input_decimal ();
+char *show_base ();
+int get_ibase ();
+
 double print (double value);
 double printl (double value);