From 043a96a6b7cf55f7ef58fb5ebf8ad87b7d50b571 Mon Sep 17 00:00:00 2001 From: Bad Diode Date: Mon, 18 Oct 2021 12:31:20 +0200 Subject: Add header files for all modules --- src/bootstrap/read_line.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 src/bootstrap/read_line.h (limited to 'src/bootstrap/read_line.h') diff --git a/src/bootstrap/read_line.h b/src/bootstrap/read_line.h new file mode 100644 index 0000000..160bce0 --- /dev/null +++ b/src/bootstrap/read_line.h @@ -0,0 +1,10 @@ +#ifndef BDL_READ_LINE_H +#define BDL_READ_LINE_H + +#include "string_view.h" + +StringView read_line(void); + +#define RL_BUF_SIZE 1024 + +#endif // BDL_READ_LINE_H -- cgit v1.2.1