home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 502b.lha / PCQ_v1.2 / Include / Exec / ExecOther.i < prev    next >
Encoding:
Text File  |  1991-05-07  |  409 b   |  23 lines

  1. {
  2.     ExecOther.i of PCQ Pascal
  3.  
  4.     This file defines the Exec routines that are not defined
  5.     elsewhere.
  6. }
  7.  
  8. Procedure Debug(Param : Integer);    { Always pass zero for now }
  9.     External;
  10.  
  11. Function GetCC : Integer;
  12.     External;
  13.  
  14. Procedure RawDoFmt(Form : String;
  15.            data : Address;
  16.            putChProc : Address;
  17.            putChData : Address);
  18.     External;
  19.  
  20. Function SetSR(newSR, mask : Integer) : Integer;
  21.     External;
  22.  
  23.