sam_write1

@param fp Pointer to the destination file @param h Pointer to the header structure previously read @param b Pointer to the record to be written @return >= 0 on successfully writing the record, -1 on error

extern (C)
int
sam_write1
(,
const(sam_hdr_t)* h
,
const(bam1_t)* b
)

Meta