view sources/indirect-example.cbc @ 1:aa09c34b90d3

add quicksort_for_pcc add sources, figures.
author kent <kent@cr.ie.u-ryukyu.ac.jp>
date Mon, 01 Feb 2010 20:37:36 +0900
parents e9ecd5b5f29a
children 8ef81ff8cb52
line wrap: on
line source

code somesegment( . . . ) {
    code (*codepoint)();
    /*  do something */
    if ( )
        goto nextsegment();
    else
        goto (*segmentpointer)();
}