Function nvvm::sys::nvvmGetErrorString[][src]

pub unsafe extern "C" fn nvvmGetErrorString(
    result: nvvmResult
) -> *const c_char
Expand description

\ingroup error \brief Get the message string for the given #nvvmResult code.

\param [in] result NVVM API result code. \return Message string for the given #nvvmResult code.