calculator/tests/charness.c

12 lines
176 B
C
Raw Normal View History

2025-03-08 01:04:05 +00:00
#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) {
}