|
LIBRARY#include <biolibc/overlap.h> -lbiolibc -lxtend SYNOPSISint bl_overlap_print(bl_overlap_t *overlap, FILE *stream, char *feature1_name, char *feature2_name)ARGUMENTSstream FILE stream to which data are printed (e.g. stderr) overlap Address of a bl_overlap_t structure feature1_name Name of field 1 to print with data feature2_name Name of field 2 to print with data DESCRIPTIONPrint all fields in a bl_overlap_t structure for debugging.RETURN VALUESReturn status from fprintf(3)SEE ALSObl_overlap_set_all(3) Visit the GSP FreeBSD Man Page Interface. |