Unit 'linklist' Package
[Overview][Types][Procedures and functions][Index] [#amunits]

tNode

Declaration

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;


Documentation generated on: 2023-03-18