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