lama_byterun/byterun/include/parser.h

12 lines
161 B
C
Raw Normal View History

#pragma once
#include <stdio.h>
2024-10-31 21:08:48 +03:00
#include "utils.h"
2024-11-12 00:10:02 +03:00
const char *read_cmd(char *ip);
bytefile *read_file(char *fname);
void dump_file(FILE *f, bytefile *bf);