mtapi_c_calc_direct-snippet.h 147 Bytes
Newer Older
1 2 3 4 5 6 7
    int b = n - 2;
    int y;
    fibonacciActionFunction(
      &b, sizeof(int),
      &y, sizeof(int),
      MTAPI_NULL, 0,
      task_context);