// 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