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

FreeBSD Manual Pages

  
 
  

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

NAME
       bl_vcf_init() - Initialize fields in a VCF object

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

SYNOPSIS
       void    bl_vcf_init(bl_vcf_t *vcf_call)

ARGUMENTS
       vcf_call		   Pointer to the bl_vcf_t structure to	initialize
       info_array_size	   Maximum size	of INFO	field in bytes
       format_array_size   Maximum size	of FORMAT field	in bytes
       single_sample_array_size	  Maxixum size of SAMPLE field in bytes

DESCRIPTION
       Initialize  a  bl_vcf_t	structure, allocating default buffer sizes for
       some fields.

SEE ALSO
       bl_vcf_free(3), vcf_read_call(3), bl_vcf_sample_alloc(3)

								bl_vcf_init(3)

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

home | help