Mercurial > hg > Papers > 2017 > atton-master
view paper/src/stub.cbc @ 86:e437746d6038
Fix lstinput
author | atton <atton@cr.ie.u-ryukyu.ac.jp> |
---|---|
date | Thu, 09 Feb 2017 15:40:11 +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); }