Mercurial > hg > Papers > 2018 > ryokka-thesis
view final_pre/src/stub.cbc @ 7:28f900230c26
add final_pre
author | ryokka |
---|---|
date | Mon, 19 Feb 2018 23:32:24 +0900 |
parents | |
children |
line wrap: on
line source
__code put(struct Context* context, struct Tree* tree, struct Node* root, struct Allocate* allocate) { /* 実装コードは省略 */ } __code put_stub(struct Context* context) { goto put(context, &context->data[Tree]->tree, context->data[Tree]->tree.root, &context->data[Allocate]->allocate); }