cleanup, add actual argc argv

This commit is contained in:
ProgramSnail 2024-11-07 19:31:25 +03:00
parent 8800fd3b1d
commit 0ba3c33af5
4 changed files with 30 additions and 29 deletions

View file

@ -2,4 +2,4 @@
#include "parser.h"
void run(bytefile *bf);
void run(bytefile *bf, int argc, char **argv);