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

FreeBSD Manual Pages

  
 
  

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

NAME
       buffer_close - close buffer

SYNTAX
       #include	<libowfat/buffer.h>

       void buffer_close(buffer* b);

DESCRIPTION
       buffer_close close the file associated with the buffer and frees/unmaps
       the   memory   associated   with	 the  buffer  if  buffer_init_free  or
       buffer_mmapread were used.

SEE ALSO
       buffer_init(3), buffer_init_free(3), buffer_mmapread(3)

							       buffer_close(3)

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

home | help