sam_open_mode_opts

A version of sam_open_mode that can handle ,key=value options. The format string is allocated and returned, to be freed by the caller. Prefix should be "r" or "w",

extern (C)
char*
sam_open_mode_opts
(
const(char)* fn
,
const(char)* mode
,
const(char)* format
)

Meta