lama_byterun/byterun/include/parser.h

10 lines
128 B
C
Raw Normal View History

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