aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap/read_line.h
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-10-18 12:31:20 +0200
committerBad Diode <bd@badd10de.dev>2021-10-18 12:31:20 +0200
commit043a96a6b7cf55f7ef58fb5ebf8ad87b7d50b571 (patch)
tree14861de314cfa5587103bd3cf21a761dd0e8248e /src/bootstrap/read_line.h
parent6f34133b0661849bccf891ea0aa4d04f45ca9a9a (diff)
downloadbdl-043a96a6b7cf55f7ef58fb5ebf8ad87b7d50b571.tar.gz
bdl-043a96a6b7cf55f7ef58fb5ebf8ad87b7d50b571.zip
Add header files for all modules
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