mirror of
https://github.com/stupidcomputer/jsfw.git
synced 2024-12-27 05:47:37 -06:00
9 lines
149 B
C
9 lines
149 B
C
#ifndef CODEGEN_C_H
|
|
#define CODEGEN_C_H
|
|
|
|
#include "codegen.h"
|
|
|
|
void codegen_c(Writer *header, Writer *source, const char *name, Program *p);
|
|
|
|
#endif
|