Function syd::syd_api

source ยท
#[no_mangle]
pub extern "C" fn syd_api() -> c_int
Expand description

Performs a syd API check

The caller is advised to perform this check before calling any other syd API calls.

Returns API number on success, negated errno on failure.