(C) 1998 AROS - The Amiga Research OS


NAME
#include <exec/tasks.h>
#include <proto/alib.h>

void DeleteTask ()

SYNOPSIS
struct Task * task

FUNCTION
Get rid of a task which was created by CreateTask().

INPUTS
task
The task which was created by CreateTask(). Must be
non
NULL.

RESULT
None.

EXAMPLE

SEE ALSO
RemTask()

NOTES

BUGS

INTERNALS

HISTORY
20.10.1998 hkiel
Amiga Research OS
27.03.1997 digulla
Use proto/alib.h instead of proto/aros.h
27.01.1997 ldp
Include proto instead of clib
09.12.1996 aros
New function after libnix