view Paper/codes/wc/main.cbc @ 15:92975c2d26b3

add GearBox and Christie form
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Tue, 04 May 2021 22:46:05 +0900
parents
children 2d91b4d2569c
line wrap: on
line source

#data "wcTarget.h"
#interface "Wc.h"


__code startCode(struct GearsData* gearsData) {   
  Wc* wc = createWcImpl(context, /* file name */ gearsData->args[1] );
  goto wc->openFile(code2); 
}