best makefile
[calc.git] / format.h
index dbbaec1ff3b54585311ced76fb96572063c713b9..3a376a0f58dc067e5758d360a58cce03fcb14f4b 100644 (file)
--- a/format.h
+++ b/format.h
@@ -12,6 +12,10 @@ void set_format ();
 
 void free_format ();
 
+void set_base (int in, int out);
+char *show_base ();
+int get_ibase ();
+
 double print (double value);
 double printl (double value);