diff options
author | Roberto Esteves <contact@robertoesteves.dev> | 2025-08-23 10:18:56 -0300 |
---|---|---|
committer | Roberto Esteves <contact@robertoesteves.dev> | 2025-08-23 10:18:56 -0300 |
commit | 7359caba898bad53808fc30bf2827bfaa7c171c4 (patch) | |
tree | 3b9f185eb38c3c79911a3cd828c2ef39d648e203 /compiler/main.c | |
parent | c95c6b4795c845fa4e84d11b693323b59ad3583d (diff) |
Diffstat (limited to 'compiler/main.c')
-rw-r--r-- | compiler/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/main.c b/compiler/main.c index 72832d0..09a195e 100644 --- a/compiler/main.c +++ b/compiler/main.c @@ -1,3 +1,4 @@ +#define UTILS_IMPLEMENTATION #include <utils.h> int main(int argc, char **argv) { |