From ba69471edd732efa8a9b435299b82bfc482e0756 Mon Sep 17 00:00:00 2001 From: dzwdz Date: Sun, 10 Oct 2021 15:31:18 +0000 Subject: init/shell: basic readline() --- src/init/shell.h | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/init/shell.h (limited to 'src/init/shell.h') diff --git a/src/init/shell.h b/src/init/shell.h new file mode 100644 index 0000000..fb27410 --- /dev/null +++ b/src/init/shell.h @@ -0,0 +1,3 @@ +#pragma once + +void shell_loop(void); -- cgit v1.2.3