dotime(void) { int index; cycletime(); for ( index = 0 ; index < nname ; index += 1 ) { timepropagate( topsortnlp[ index ] ); } }
static void dotime( void) { unsigned long index; cycletime(); for(index = 0; index < nname; index += 1){ timepropagate(topsortnlp[index]); } }