Go to the source code of this file.
◆ kTargetC
Initial value:= {
.info = {
.id = "target/cfamily",
.name = "C",
.version = {
.license = "LGPLv3",
.author = "Elliot Haisley",
.desc = "C89 output target",
}
},
}
CT_BEGIN_API CT_LOCAL void cfamily_tree(target_runtime_t *runtime, const tree_t *tree, target_emit_t *emit)
CT_LOCAL emit_result_t cfamily_ssa(target_runtime_t *runtime, const ssa_result_t *ssa, target_emit_t *emit)
#define CT_NEW_VERSION(major, minor, patch)
creates a new ctu_version_t from major, minor and patch
Definition at line 7 of file target.c.