Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/stub.cbc @ 69:bda11534296f
Update pdf
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Sat, 04 Feb 2017 16:34:14 +0900 |
parents | 34de798b11c3 |
children | ebe838b83ada |
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); }