diff 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 diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/Paper/src/ErrorStub.cbc	Sun Jan 30 04:52:30 2022 +0900
@@ -0,0 +1,5 @@
+__code Task3_stub(struct Context* context) {
+	TQueue* localDGMQueue = Gearef(context, TQueue);
+	FileString* string = Gearef(context, FileString);
+	goto Task3(context, localDGMQueue, string);
+}