FreeBSD Manual Pages
bl_fastx_free(3) Library Functions Manual bl_fastx_free(3) NAME bl_fastx_free() - Free memory for a FASTX object LIBRARY #include <biolibc/fast.h> -lbiolibc -lxtend SYNOPSIS void bl_fastx_free(bl_fastx_t *record) ARGUMENTS record Pointer to a previously populated bl_fastx_t structure DESCRIPTION Free memory allocated by bl_fastx_read() EXAMPLES bl_fastx_t rec = BL_FASTX_INIT; while ( bl_fastx_read(stdin, &rec) != BL_READ_EOF ) bl_fastx_write(stdout, &rec, BL_FASTX_LINE_UNLIMITED); bl_fastx_free(&rec); SEE ALSO bl_fastx_read(3), bl_fastx_write(3) bl_fastq_read(3), bl_fastq_write(3), bl_fastx_free(3)
NAME | LIBRARY | SYNOPSIS | ARGUMENTS | DESCRIPTION | EXAMPLES | SEE ALSO
Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=bl_fastx_free&sektion=3&manpath=FreeBSD+Ports+14.3.quarterly>
