Source position: linklist.pas line 46
type tNode = record
ln_Succ: pNode;
ln_Pred: pNode;
ln_Type: Byte;
ln_Pri: ShortInt;
ln_Name: pchar;
end;