lama_byterun/byterun/include/parser.h
2024-11-14 00:50:54 +03:00

11 lines
164 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);