![]() |
![]()
| ![]() |
![]()
NAMEbl_fasta_free() - Free memory for a FASTA object LIBRARY#include <biolibc/fast.h> -lbiolibc -lxtend SYNOPSISvoid bl_fasta_free(bl_fasta_t *record) ARGUMENTSrecord Pointer to a previously populated bl_fasta_t structure DESCRIPTIONFree memory allocated by bl_fasta_read() EXAMPLESbl_fasta_t rec = BL_FASTA_INIT; while ( bl_fasta_read(stdin, &rec) != BL_READ_EOF ) SEE ALSObl_fasta_read(3), bl_fasta_write(3) bl_fastq_read(3), bl_fastq_write(3),
|