view sources/parallel-example.cbc @ 0:e9ecd5b5f29a

first commit.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 29 Jan 2010 15:45:41 +0900
parents
children
line wrap: on
line source

code somesegment(int a, int b) {
    /* do something  */
    goto nextsegment(b, a);
}