home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA PD 1
/
AMIGA-PD-1.iso
/
Programme_zum_Heft
/
Programmieren
/
Kurztests
/
PascalPCQ
/
Include
/
Exec
/
ExecOther.i
< prev
next >
Wrap
Text File
|
1990-08-28
|
409b
|
23 lines
{
ExecOther.i of PCQ Pascal
This file defines the Exec routines that are not defined
elsewhere.
}
Procedure Debug(Param : Integer); { Always pass zero for now }
External;
Function GetCC : Integer;
External;
Procedure RawDoFmt(Form : String;
data : Address;
putChProc : Address;
putChData : Address);
External;
Function SetSR(newSR, mask : Integer) : Integer;
External;