home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
AMIGA PD 1
/
AMIGA-PD-1.iso
/
Programme_zum_Heft
/
Programmieren
/
Kurztests
/
PascalPCQ
/
Include
/
Utils
/
TaskUtils.i
< prev
next >
Wrap
Text File
|
1990-08-28
|
333b
|
17 lines
{
TaskUtils.i
Declares the Task support routines CreateTask and DeleteTask.
The source for these routines is under Runtime/Extras.
}
{$I "Include:Exec/Tasks.i"}
Function CreateTask(name : String; pri : Byte;
initPC : Address; stackSize : Integer) : TaskPtr;
External;
Procedure DeleteTask(tc : TaskPtr);
External;