Next: bpipe_iochannel_fgetrn, Previous: bpipe_iochannel_close, Up: Internal Functions
delete an I/O channel structure
#include <bpipe/bpipe.h>void bpipe_iochannel_delete(IOchannel *ioc);
IOchannel *ioc
- the channel to deallocate
This routine deallocates the memory associated with an I/O channel.
if the passed pointer is NULL
, it returns quietly.