lama_byterun/byterun/include/parser.h
2024-11-12 00:10:02 +03:00

11 lines
161 B
C

#pragma once
#include <stdio.h>
#include "utils.h"
const char *read_cmd(char *ip);
bytefile *read_file(char *fname);
void dump_file(FILE *f, bytefile *bf);