File: D:\TMTmethod\simulator\codegen\mex\testspline\testspline_initialize.c1 /* 2 * testspline_initialize.c 3 * 4 * Code generation for function 'testspline_initialize' 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_initialize.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_initialize(emlrtContext *context) 28 { 29 emlrtEnterRtStack(&emlrtContextGlobal); 30 emlrtFirstTime(context); 31 } 32 /* End of code generation (testspline_initialize.c) */ 33 |