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

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

/*	fort.h	4.1	85/03/19	*/

/*	machine dependent file  */

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

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