From 75c40090e9302e11fc32863270360ef597a93933 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Tue, 30 May 2023 13:10:00 +0200 Subject: Initial bootstrapping --- inc/parse.h | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 inc/parse.h (limited to 'inc/parse.h') diff --git a/inc/parse.h b/inc/parse.h new file mode 100644 index 0000000..451647f --- /dev/null +++ b/inc/parse.h @@ -0,0 +1,11 @@ +// Copyright (c) 2023, Marvin Borner +// SPDX-License-Identifier: MIT + +#ifndef SHARING_PARSE_H +#define SHARING_PARSE_H + +#include + +struct term *parse_blc(char **term); + +#endif -- cgit v1.2.3