2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
5 Desc: amiga.lib function DeleteStdIO()
9 /*****************************************************************************
13 #include <proto/alib.h>
21 Delete a structure which was created by CreateStdIO().
24 io - The value returned by CreateStdIO(). May be NULL.
30 Invalidates values of certain fields, to assure the developer
31 doesn't depend on them remaining valid after the structure is freed.
38 CreateStdIO(), CreateExtIO(), DeleteExtIO()
42 ******************************************************************************/
44 DeleteExtIO((struct IORequest
*)io
);