found, not found

lew at ihuxr.UUCP lew at ihuxr.UUCP
Fri Oct 14 00:50:42 AEST 1983


I usually write something like:

	for( i=0 ; i<100 ; i++ ){
		if( found ){
			action;
			break;
			}
		}
	if( i == 100 ){ /* not found */
		other action;
		}

		Lew Mammel, Jr. ihuxr!lew



More information about the Comp.lang.c mailing list