Post-ansification changes for lib/pcc
[43bsd.git] / lib / pcc / fort.h
1 #ifndef _FORT_H_
2 #define _FORT_H_
3
4 /*#include <stdio.h> pass2.h*/
5 #include "pass2.h"
6
7 /*      fort.h  4.1     85/03/19        */
8
9 /*      machine dependent file  */
10
11 void label(n) int n; {
12         printf( "L%d:\n", n );
13         }
14
15 void tlabel() {
16         lccopy( 2 );
17         printf( ":\n" );
18         }
19
20 #endif