|
LIBRARY#include <biolibc/fasta.h> -lbiolibc -lxtend SYNOPSISvoid bl_fasta_init(bl_fasta_t *record)ARGUMENTSrecord Pointer to the bl_fasta_t structure to initialize. DESCRIPTIONInitialize a bl_fasta_t structure. This must be done before passing it to bl_fasta_read() for the first time, so that bl_fasta_read() will know to allocate memory for the fields.EXAMPLESbl_fasta_t rec; bl_fasta_init(&rec); bl_fasta_read(stdin, &rec); SEE ALSObl_fasta_read(3), bl_fasta_write(3) Visit the GSP FreeBSD Man Page Interface. |