home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c220 / 4.ddi / LIB / SRC / DEBUGAID.PF < prev    next >
Encoding:
Text File  |  1990-12-16  |  214 b   |  7 lines

  1. pragma c_include('implement.pf');
  2. package Debug_aids;
  3.    procedure StackDump(F: Text);        external;
  4.    pragma Alias(StackDump,Implement.RTE || 'stackdump');
  5.             {Synonym of FStackDump in PortIO.    }
  6.    end;
  7.