view Paper/src/parGotoCreateTask.cbc @ 62:43c00f43ee22

update
author mir3636
date Mon, 23 Apr 2018 20:32:58 +0900
parents 4d5bd76a70df
children
line wrap: on
line source

__code code1(struct Integer* integer1, struct Integer* integer2, struct Integer* output) {
    par goto add(integer1, integer2, output, __exit);
    goto code2();
}