File: D:\TMTmethod\simulator\codegen\mex\testspline\testspline_api.c

    1   /*
    2    * testspline_api.c
    3    *
    4    * Code generation for function 'testspline_api'
    5    *
    6    * C source code generated on: Thu Aug 30 14:03:55 2012
    7    *
    8    */
    9   
   10   /* Include files */
   11   #include "rt_nonfinite.h"
   12   #include "testspline.h"
   13   #include "testspline_api.h"
   14   
   15   /* Type Definitions */
   16   
   17   /* Named Constants */
   18   
   19   /* Variable Declarations */
   20   
   21   /* Variable Definitions */
   22   
   23   /* Function Declarations */
   24   
   25   /* Function Definitions */
   26   
   27   void testspline_api(void)
   28   {
   29       /* Invoke the target function */
   30       testspline();
   31   }
   32   /* End of code generation (testspline_api.c) */
   33