Function coco_suite_get_function_from_function_index

Source
pub unsafe extern "C" fn coco_suite_get_function_from_function_index(
    suite: *const coco_suite_t,
    function_idx: usize,
) -> usize
Expand description

@brief Returns the function number in the suite in position function_idx (counting from 0).