12 lines
176 B
C
12 lines
176 B
C
|
#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) {
|
||
|
|
||
|
|
||
|
}
|
||
|
|