// Copyright (c) 2023, Marvin Borner // SPDX-License-Identifier: MIT #ifndef SHARING_SHARING_H #define SHARING_SHARING_H #include void sharing_query(struct term *a, struct term *b); #endif