hts_parse_reg64

@param str String to be parsed @param beg Set on return to the 0-based start of the region @param end Set on return to the 1-based end of the region @return Pointer to the colon or '\0' after the reference sequence name, or NULL if @a str could not be parsed.

NOTE: For compatibility with hts_parse_reg only. Please use hts_parse_region instead.

extern (C)
const(char)*
hts_parse_reg64
(
const(char)* str
,,)

Meta