ds
This commit is contained in:
Julia 2024-04-24 00:50:51 -05:00
parent 1064e95edc
commit 03094ec8cc

View file

@ -75,14 +75,11 @@ struct input_circ_buf {
struct InputBuffer { struct InputBuffer {
struct InputRecord buf[IO_BUF_SIZE]; struct InputRecord buf[IO_BUF_SIZE];
u8f len; u8f len;
u8f start;
}; };
struct InputString { struct InputString {
char buf[STR_BUF_SIZE]; char buf[STR_BUF_SIZE];
u8f len; u8f len;
u8f start;
}; };
struct InputThreadHandle { struct InputThreadHandle {