From 8499010b91a2c7496d6af74cce35a6b4e0378633 Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sat, 20 May 2023 14:13:45 +0200 Subject: Added testing flag still not able to find the 8cc bug but idc because I tested it with many programs and it probably won't be an issue for now --- inc/build.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'inc/build.h') diff --git a/inc/build.h b/inc/build.h index 2d99f9d..0b76768 100644 --- a/inc/build.h +++ b/inc/build.h @@ -4,11 +4,13 @@ #ifndef BLOC_BUILD_H #define BLOC_BUILD_H +#include + #include #include #include -void write_bloc(struct list *table, const char *path); -void write_blc(struct bloc_parsed *bloc, const char *path); +void write_bloc(struct list *table, FILE *file); +void write_blc(struct bloc_parsed *bloc, FILE *file); #endif -- cgit v1.2.3