Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
bl_gff3_copy_header(3)	   Library Functions Manual	bl_gff3_copy_header(3)

NAME
       bl_gff3_copy_header() - Read and	copy a GFF3 header

LIBRARY
       #include	<biolibc/gff3.h>
       -lbiolibc -lxtend

SYNOPSIS
       int     bl_gff3_copy_header(FILE	*header_stream,	FILE *gff3_stream)

ARGUMENTS
       header_stream   Open FILE stream	of GFF header
       gff3_stream	FILE stream to which header is copied

DESCRIPTION
       Copy  GFF  header from one FILE stream to another.  This	is meant to be
       used in conjunction with	bl_gff3_skip_header(), which stores the	header
       in a temporary file.

RETURN VALUES
       BL_WRITE_OK upon	success, BL_WRITE_FAILURE or BL_READ_* on failure

SEE ALSO
       bl_gff3_skip_header(3)

							bl_gff3_copy_header(3)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_gff3_copy_header&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>

home | help