mtapi_cpp_calc_direct-snippet.h 99 Bytes
Newer Older
1 2 3 4 5 6
    int b = n - 2;
    int y;
    fibonacciActionFunction(
      b,
      &y,
      task_context);