view paper/src/par_goto.c @ 10:a7d96c2f588b

Update
author one
date Sat, 22 Apr 2017 16:51:58 +0900
parents 8e5011d1947d
children
line wrap: on
line source

__code createTask(Integer *integer1, Integer *integer2, Integer *output, __code next(...)) {
    par goto add(integer1, integer2, output, __exit);
    goto next(...);
}