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

FreeBSD Manual Pages

  
 
  

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

NAME
       bl_pos_list_free() - Free a position list object

LIBRARY
       #include	<biolibc/pos-list.h>
       -lbiolibc -lxtend

SYNOPSIS
       void    bl_pos_list_free(bl_pos_list_t *pos_list)

ARGUMENTS
       pos_list	   Pointer to the position_list_t structure to reset

DESCRIPTION
       Free  the  array	of positions in	position list and reset	array_size and
       position	count to 0.

SEE ALSO
       bl_pos_list_allocate(3),			  bl_pos_list_add_position(3),
       bl_pos_list_from_csv(3),	bl_pos_list_sort(3)

							   bl_pos_list_free(3)

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

home | help