X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=format.h;h=b18b92d728e8ccb99d9e18a684fcd452ab9ade02;hb=0b69fdfbcd1174e83284c2bf984fd334b0ba679e;hp=dbbaec1ff3b54585311ced76fb96572063c713b9;hpb=e2a309f921968691af1566000dd694f191eca857;p=calc.git diff --git a/format.h b/format.h index dbbaec1..b18b92d 100644 --- 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);