hts_parse_reg

@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.

extern (C)
const(char)*
hts_parse_reg
(
const(char)* str
,
int* beg
,
int* end
)

Meta