[comp.sys.amiga] Task spawning difficulties + question

dillon@CORY.BERKELEY.EDU.UUCP (06/12/87)

>	IF I remember correctly, RemTask() REQUIRES a valid pointer to a
>Task structure.  Thus the call should be RemTask(FindTask(0L)) and FindTask()
>should be declared as struct Task *FindTask().

	Passing 0L to RemTask() is fine... it removes oneself.

		-Matt