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

tNode

Declaration

Source position: exec.pas line 126

type tNode = record

  ln_Succ: pNode;

  ln_Pred: pNode;

  ln_Type: Byte;

  ln_Pri: ShortInt;

  ln_Name: STRPTR;

end;


Documentation generated on: 2023-03-18