diff options
Diffstat (limited to 'src/user/highway/line.h')
-rw-r--r-- | src/user/highway/line.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/user/highway/line.h b/src/user/highway/line.h new file mode 100644 index 0000000..4785034 --- /dev/null +++ b/src/user/highway/line.h @@ -0,0 +1,6 @@ +#ifndef LINE_H +#define LINE_H + +void run_line(const char *line); + +#endif
\ No newline at end of file |