Function rps_sys::rpsFormatGetName

source ·
pub unsafe extern "C" fn rpsFormatGetName(
    format: RpsFormat
) -> *const c_char
Expand description

@brief Gets the name string of a format.

@param format Format to get its name for.

@returns Null terminated string with the format name.