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