Mercurial > hg > Papers > 2022 > ikki-master
view Paper/src/ErrorStub.cbc @ 12:2c54886cebef
add evaluation
author | ichikitakahiro <e165713@ie.u-ryukyu.ac.jp> |
---|---|
date | Sun, 30 Jan 2022 04:52:30 +0900 |
parents | |
children |
line wrap: on
line source
__code Task3_stub(struct Context* context) { TQueue* localDGMQueue = Gearef(context, TQueue); FileString* string = Gearef(context, FileString); goto Task3(context, localDGMQueue, string); }