Skip to main content

Rfunc

Type Alias Rfunc 

Source
pub type Rfunc = unsafe extern "C" fn(*mut Arglist) -> f64;
Expand description

Pointer to a user-defined real-valued function, matching typedef real (*rfunc)(arglist*).