fixes, cleanup, some copies removed

This commit is contained in:
ProgramSnail 2024-12-15 16:19:54 +03:00
parent 2589f6166f
commit d90a8cf89f
16 changed files with 373 additions and 666 deletions

View file

@ -19,8 +19,6 @@
DEF(CMD_BINOP_AND, &&) \
DEF(CMD_BINOP_OR, ||)
const char *read_cmd(char *ip);
const char *read_cmd(char *ip, const Bytefile *bf);
Bytefile *read_file(char *fname);
// void dump_file(FILE *f, bytefile *bf);
// Bytefile *read_file(const char *fname);