Skip to main content

ob_format_to_string

Function ob_format_to_string 

Source
pub unsafe extern "C" fn ob_format_to_string(
    format: OBFormat,
) -> *const c_char
Expand description

@brief Convert OBFormat to “ char* “ type and then return.

@param format The OBFormat to convert. @return The string.