|
LIBRARY#include <biolibc/pos-list.h> -lbiolibc -lxtend SYNOPSISint bl_pos_list_add_position(bl_pos_list_t *pos_list, uint64_t position)ARGUMENTSpos_list Pointer to the bl_pos_list_t structure to add to position New position to be added to the list DESCRIPTIONAdd another position to a pos_list, expanding the array if needed.SEE ALSObl_pos_list_allocate(3), bl_pos_list_free(3), bl_pos_list_from_csv(3), bl_pos_list_sort(3) Visit the GSP FreeBSD Man Page Interface. |