![]() |
![]()
| ![]() |
![]()
NAMEbl_fastq_free() - Free memory for a FASTQ object 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 ) SEE ALSObl_fastq_read(3), bl_fastq_write(3) bl_fastq_read(3), bl_fastq_write(3),
|