From 86625b1166bd39e28b4dd4995ed6cd88c0bdde7e Mon Sep 17 00:00:00 2001 From: lemon Date: Tue, 6 Jun 2023 15:08:46 +0200 Subject: codegen skeleton --- common.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'common.h') diff --git a/common.h b/common.h index 5ebbcd8..f45ce62 100644 --- a/common.h +++ b/common.h @@ -398,6 +398,8 @@ int bfmt(struct wbuf *, const char *, ...); #define efmt(...) bfmt(&bstderr, __VA_ARGS__) struct memfile mapopen(const char **err, const char *path); void mapclose(struct memfile *); +void *mapzeros(uint); +int munmap(void *, size_t); int openfile(const char **err, struct memfile **, const char *path); const char *getfilename(int id); struct memfile *getfile(int id); -- cgit v1.2.3