#ifndef _SPASM_H #define _SPASM_H #include #include #include #include #include #include #include #include "error.h" #include "codegen.h" #include "parser.h" #include "opcode.h" #include "spasm.h" #include "eval.h" FILE *spasm_fopen(const char *path, const char *mode); #endif