hts_readlist

! @abstract Parse comma-separated list or read list from a file @param list File name or comma-separated list @param is_file @param _n Size of the output array (number of items read) @return NULL on failure or pointer to newly allocated array of strings

extern (C)
char**
hts_readlist
(
const(char)* fn
,,
int* _n
)

Meta