diff options
author | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-18 22:00:20 +0000 |
---|---|---|
committer | thing1 <thing1@seacrossedlovers.xyz> | 2025-02-18 22:00:20 +0000 |
commit | ecfbc703dc930a20d56562451f4aa807175503e2 (patch) | |
tree | 7c1dd2742363625f59e4d9f7ba62a8d9594cd463 /qbe.h |
Diffstat (limited to 'qbe.h')
-rw-r--r-- | qbe.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -0,0 +1,6 @@ +#include <stdio.h> + +void compileexpr(FILE *f, exp *e); +void compilefunc(FILE *file, function *f); +void compile(FILE *file, function *f[], int count); + |