|
LIBRARY#include <biolibc/gff.h> -lbiolibc -lxtend SYNOPSISint bl_gff_copy_header(FILE *header_stream, FILE *gff_stream) ARGUMENTSheader_stream Open FILE stream of GFF header gff_stream FILE stream to which header is copied DESCRIPTIONCopy GFF header from one FILE stream to another. This is meant to be used in conjunction with bl_gff_skip_header(), which stores the header in a temporary file.RETURN VALUESBL_WRITE_OK upon success, BL_WRITE_FAILURE or BL_READ_* on failureSEE ALSObl_gff_skip_header(3) Visit the GSP FreeBSD Man Page Interface. |