1*18405Sralph /* fort.h 4.1 85/03/19 */ 2*18405Sralph 3*18405Sralph /* machine dependent file */ 4*18405Sralph label(n)5*18405Sralphlabel( n ){ 6*18405Sralph printf( "L%d:\n", n ); 7*18405Sralph } 8*18405Sralph tlabel()9*18405Sralphtlabel(){ 10*18405Sralph lccopy( 2 ); 11*18405Sralph printf( ":\n" ); 12*18405Sralph } 13