Mercurial > hg > Papers > 2018 > nozomi-master
view paper/src/stub.cbc @ 23:925d7e02b712
Add bibliography
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 23 Jan 2017 10:00:41 +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); }