|
LIBRARY#include <biolibc/fastq.h> -lbiolibc -lxtend SYNOPSISvoid bl_fastq_free(bl_fastq_t *record)ARGUMENTSrecord Pointer to a previously populated bl_fastq_t structure DESCRIPTIONFree memory allocated by bl_fastq_read()EXAMPLESbl_fastq_t rec = BL_FASTQ_INIT; while ( bl_fastq_read(stdin, &rec) != BL_READ_EOF ) bl_fastq_write(stdout, &rec, BL_FASTQ_LINE_UNLIMITED); bl_fastq_free(&rec); SEE ALSObl_fastq_read(3), bl_fastq_write(3) bl_fastq_read(3), bl_fastq_write(3), Visit the GSP FreeBSD Man Page Interface. |