view sources/ret-call.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
children
line wrap: on
line source

code somesegment( ... ) {
   if (..  ) {
      /*  */
      nextsegment( ... );
      return ;
   } else {
      nextsegment( ... );
      return ;
   }
}