2.11BSD/src/lib/pcc/fort.h

Compare this file to the similar file:
Show the results in this format:


/*	machine dependent file  */

label( n ){
	printf( "L%d:\n", n );
	}

tlabel(){
	lccopy( 2 );
	printf( ":\n" );
	}