Unit 'EXEC' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#amunits]

tList

Declaration

Source position: exec.pas line 193

type tList = record

  lh_Head: pNode;

  lh_Tail: pNode;

  lh_TailPred: pNode;

  lh_Type: Byte;

  l_pad: Byte;

end;


Documentation generated on: 2023-03-18