__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); }