utah rcsid 1.30 87/09/07 20:41:00: Another minor battle in the struggle
[unix-history] / usr / src / old / pcc / f1.vax / fort.h
CommitLineData
ad43946f
RC
1/* fort.h 4.1 85/03/19 */
2
3/* machine dependent file */
4
5label( n ){
6 printf( "L%d:\n", n );
7 }
8
9tlabel(){
10 lccopy( 2 );
11 printf( ":\n" );
12 }