(C) 1998 AROS - The Amiga Research OS
NAME
#include <exec/io.h>
#include <proto/alib.h>
#include <proto/exec.h>
void DeleteStdIO ()
SYNOPSIS
struct IOStdReq * io
FUNCTION
Delete a structure which was created by CreateStdIO().
INPUTS
io
The value returned by CreateStdIO(). Must be
non
NULL.
RESULT
None.
EXAMPLE
SEE ALSO
CreateStdIO()
NOTES
BUGS
INTERNALS
HISTORY
20.10.1998 hkiel
Amiga Research OS
27.01.1997 ldp
Include proto instead of clib
04.12.1996 aros
Create standard and extended IO structures