4.4BSD/usr/src/old/pcc/f1.tahoe/fort.h

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

/*	fort.h	1.1	86/01/11	*/


/*	machine dependent file  */

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

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