BSD 4_3_Reno development
[unix-history] / usr / src / libexec / pcc / f1.tahoe / fort.h
/* fort.h 1.1 86/01/11 */
/* machine dependent file */
label( n ){
printf( "L%d:\n", n );
}
tlabel(){
lccopy( 2 );
printf( ":\n" );
}