Google
 

Trailing-Edge - PDP-10 Archives - decuslib10-06 - 43,50435/master.f4
There are no other files named master.f4 in the archive.
C   READS THE MASTER BOOKKEEPING FILE
1	CALL GET(I,J,K)
	Q=J
	R=K
	B=100.*(R-Q)/R
	TYPE 100,I,J,K,B
100	FORMAT(1X,I6,' USES'/1X,I6,' MASTER BLKS'/
	11X,I6,' DSK BLKS'/1X,G,'%BETTER')
	END
*U*7>