clean: split code in multiple files

This commit is contained in:
2025-10-30 10:20:31 -05:00
parent 94ae14f105
commit 8744d4490b
7 changed files with 196 additions and 153 deletions

3
src/print.h Normal file
View File

@ -0,0 +1,3 @@
#pragma once
void print_err(const char *format, ...);