Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
iob_free(3)		    Library Functions Manual		     iob_free(3)

NAME
     iob_free - free an I/O batch

SYNTAX
     #include <libowfat/iob.h>

     void iob_free(io_batch* b);

DESCRIPTION
     iob_free frees all resources associated with b.  Calling iob_free is equiv-
     alent to calling iob_reset and free.

SEE ALSO
     iob_new(3), iob_reset(3)

								     iob_free(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=libowfat_iob_free&sektion=3&manpath=FreeBSD+Ports+15.1.quarterly>

home | help