bam_aux2i

@param s Pointer to the tag data, as returned by bam_aux_get() @return The value, or 0 if the tag was not an integer type If the tag is not an integer type, errno is set to EINVAL. This function will not return the value of floating-point tags.

extern (C)
long
bam_aux2i
(
const(ubyte)* s
)

Meta