#include "matlab-generated-cpp.h"
#include "tb_obscheck.h"
#include "tb_obscheck_terminate.h"
#include "tb_obscheck_types.h"
#include <cstdio>


//
// Arguments    : int a
//                int b
// Return Type  : int
//
int multiply(int, int)
{
  // The initialize function is being called automatically from your entry-point
  // function. So, a call to initialize is not included here. Invoke the
  // entry-point functions.
  // You can call entry-point functions multiple times. 
  static struct0_T Graph;
  double retValue = tb_obscheck(25.0, &Graph);
  
  // Terminate the application.

  return retValue + 1;
}

//
// File trailer for main.cpp
//
// [EOF]
//

