4.4BSD/usr/src/old/dbx/tests/pc/incltypes.h

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

type
    RTRec = record
	i, j : integer;
    end;
    RT = ^RTRec;