#include "../calc.h"

// TODO: make these pascal strings
extern bool streq(u8 *, uint, u8 *, uint);
extern int read(u8 *, uint); // read from stdin

void _start(void) {
  

}