hts_format_file_extension

! @ abstract Returns a string containing the file format extension. @ param format Format structure containing the file type. @ return A string ("sam", "bam", etc) or "?" for unknown formats.

@system nothrow @nogc extern (C)
const(char)*
hts_format_file_extension
()

Meta