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

TSrcNode

Declaration

Source position: rexx.pas line 216

type TSrcNode = record

  sn_Succ: PSrcNode;

  sn_Pred: PSrcNode;

  sn_Ptr: Pointer;

  sn_Size: LongInt;

end;


Documentation generated on: 2025-07-25