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

  1. pragma C_include('implement.pf');
  2. package Pmem;
  3.    procedure Print_memory(A: Loopholes.Address; Len: Cardinal);    external;
  4.    pragma alias(Print_memory,Implement.RTE || 'pmem');
  5. end;
  6.