From 62f81e5cafbacfb90ac0f86e52e8e3176aa5ba8f Mon Sep 17 00:00:00 2001 From: Jonathan McCrohan Date: Tue, 30 Oct 2012 21:29:30 +0000 Subject: Imported Upstream version 0.65 --- hexcalc.h | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 hexcalc.h (limited to 'hexcalc.h') diff --git a/hexcalc.h b/hexcalc.h new file mode 100644 index 0000000..4a935cd --- /dev/null +++ b/hexcalc.h @@ -0,0 +1,17 @@ +#ifndef HEXCALC_H +#define HEXCALC_H +#include +#include +#include +#include "machine_type.h" +#include "output.h" + +typedef struct _thHexCalc +{ + tUInt64 values[32]; + char operators[32]; + tInt8 valuenum; +} thHexCalc; +void hexcalc(tOutput* output,thHexCalc* hHexCalc); + +#endif -- cgit v1.2.3