// Copyright (c) 2023, Marvin Borner // SPDX-License-Identifier: MIT #ifndef BLOC_OPTIMIZE #define BLOC_OPTIMIZE #include struct list *optimize_tree(struct tree *tree, void **all_trees); #endif