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

tSrcNode

Declaration

Source position: rexx.pas line 279

type tSrcNode = record

  sn_Succ: pSrcNode;

  sn_Pred: pSrcNode;

  sn_Ptr: Pointer;

  sn_Size: LongInt;

end;


Documentation generated on: 2021-07-30