From f3aa7ca0bc2ef7c286609e8f87d07cc2568093af Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 6 Jan 2026 23:46:24 -0500 Subject: rebase(d) --- src/Infobox/Calculator.h | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/Infobox/Calculator.h (limited to 'src/Infobox/Calculator.h') diff --git a/src/Infobox/Calculator.h b/src/Infobox/Calculator.h new file mode 100644 index 0000000..275aed6 --- /dev/null +++ b/src/Infobox/Calculator.h @@ -0,0 +1,9 @@ +#ifndef CALCULATOR_H +#define CALCULATOR_H + +#include "Infobox.h" + +double evaluate(const char *expr); +InfoBox fetch_calc_data(char *math_input); + +#endif -- cgit v1.2.3