From bf03074e346b004659196b6c17eee04dbffd3ac2 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Fri, 15 Oct 2021 16:18:02 -0700 Subject: feat(rc): working prototype of input->compile->print loop --- sys/cmd/rc/wait.c | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 sys/cmd/rc/wait.c (limited to 'sys/cmd/rc/wait.c') diff --git a/sys/cmd/rc/wait.c b/sys/cmd/rc/wait.c new file mode 100644 index 0000000..06f9614 --- /dev/null +++ b/sys/cmd/rc/wait.c @@ -0,0 +1,3 @@ +#include "rc.h" +#include + -- cgit v1.2.1