|
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 ) bl_fasta_write(stdout, &rec, BL_FASTA_LINE_UNLIMITED); bl_fasta_free(&rec); SEE ALSObl_fasta_read(3), bl_fasta_write(3) bl_fastq_read(3), bl_fastq_write(3), Visit the GSP FreeBSD Man Page Interface. |