Docs » Autodocs » amiga.lib » DeleteStdIO
DeleteStdIO - return memory allocated for IOStdReq
DeleteStdIO(ioReq); VOID DeleteStdIO(struct IOStdReq *);
Frees up an IOStdReq as allocated by CreateStdIO().
ioReq - the IORequest block to be freed, or NULL.
CreateStdIO(), DeleteExtIO(), exec.library/CreateIORequest()
|