|
LIBRARY#include <biolibc/pos-list.h> -lbiolibc -lxtend SYNOPSISvoid bl_pos_list_allocate(bl_pos_list_t *pos_list, size_t array_size)ARGUMENTSpos_list Pointer to the bl_pos_list_t structure to initialize array_size Initial size of the array of positions DESCRIPTIONInitialize a position list with an initial array size of array_size. The size will be increased by bl_pos_list_add_position() if necessary.SEE ALSObl_pos_list_add_position(3), bl_pos_list_free(3), bl_pos_list_from_csv(3), bl_pos_list_sort(3) Visit the GSP FreeBSD Man Page Interface. |