vcf_open_mode

Complete the file opening mode, according to its extension. @param mode Preallocated mode string to be completed. @param fn File name to be opened. @param format Format string (vcf|bcf|vcf.gz) @return 0 on success; -1 on failure

@system extern (C) @nogc nothrow
int
vcf_open_mode
(
char* mode
,
const(char)* fn
,
const(char)* format
)

Meta