mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-06 06:48:48 +00:00
9 lines
128 B
C
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);
|