aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap/read_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/read_line.h')
-rw-r--r--src/bootstrap/read_line.h10
1 files changed, 10 insertions, 0 deletions
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 @@
1#ifndef BDL_READ_LINE_H
2#define BDL_READ_LINE_H
3
4#include "string_view.h"
5
6StringView read_line(void);
7
8#define RL_BUF_SIZE 1024
9
10#endif // BDL_READ_LINE_H