lama_byterun/byterun/include/parser.h
2024-11-01 23:39:53 +03:00

9 lines
128 B
C

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