![]() |
![]()
| ![]() |
![]()
NAMEbl_fastx_free() - Free memory for a FASTX object 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 ) SEE ALSObl_fastx_read(3), bl_fastx_write(3) bl_fastq_read(3), bl_fastq_write(3),
|