#ifndef CALC_H #define CALC_H #include #include "pebblisp.h" #define SMAX_LENGTH 256 #define RESULT_LENGTH 20 #define CELL_HEIGHT 44 #define SCRIPT_COUNT 5 void debug_result(const char *d); #endif