|
LIBRARY#include <biolibc/pos-list.h> -lbiolibc -lxtend SYNOPSISvoid bl_pos_list_sort(bl_pos_list_t *pos_list, bl_pos_list_sort_order_t order)ARGUMENTSpos_list Pointer to the position_list_t structure to sort order POS_LIST_ASCENDING or POS_LIST_DESCENDING DESCRIPTIONSort a position list in either ascending or descending order.SEE ALSObl_pos_list_allocate(3), bl_pos_list_add_position(3), bl_pos_list_free(3), bl_pos_list_from_csv(3) Visit the GSP FreeBSD Man Page Interface. |