mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
fixes, cleanup, some copies removed
This commit is contained in:
parent
2589f6166f
commit
d90a8cf89f
16 changed files with 373 additions and 666 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue