Interdata732/usr/source/ratfor/ratinc/r3.c

Compare this file to the similar file:
Show the results in this format:

extern int 	brkptr;
nountil(p1) int p1; {
	outnum(p1+1);
	outgoto(p1);
	outcont(p1+2);
	brkptr--;
}