|
LIBRARY#include <biolibc/fast.h> -lbiolibc -lxtend SYNOPSISvoid bl_fastx_free(bl_fastx_t *record)ARGUMENTSrecord Pointer to a previously populated bl_fastx_t structure DESCRIPTIONFree memory allocated by bl_fastx_read()EXAMPLESbl_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 ALSObl_fastx_read(3), bl_fastx_write(3) bl_fastq_read(3), bl_fastq_write(3), Visit the GSP FreeBSD Man Page Interface. |