view sources/parallel-example.cbc @ 2:50e23a4b2f40

add many files.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Fri, 05 Feb 2010 10:00:05 +0900
parents e9ecd5b5f29a
children
line wrap: on
line source

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