jsfw/ser/codegen_c.h

9 lines
149 B
C
Raw Normal View History

2023-05-06 11:42:50 -05:00
#ifndef CODEGEN_C_H
#define CODEGEN_C_H
#include "codegen.h"
void codegen_c(Writer *header, Writer *source, const char *name, Program *p);
#endif