// Copyright (c) 2023, Marvin Borner // SPDX-License-Identifier: MIT #ifndef BLOC_BUILD_H #define BLOC_BUILD_H #include #include #include #include void write_bloc(struct list *table, FILE *file); void write_blc(struct bloc_parsed *bloc, FILE *file); #endif