ntcore_sys

Function NT_FreeFloatArray

Source
pub unsafe extern "C" fn NT_FreeFloatArray(v_float: *mut f32)
Expand description

Frees an array of floats.

ยงParameters

  • v_float: Pointer to the float array to free.