File: D:\TMTmethod\simulator\codegen\mex\testspline\testspline_terminate.c1 /* 2 * testspline_terminate.c 3 * 4 * Code generation for function 'testspline_terminate' 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_terminate.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_atexit(void) 28 { 29 emlrtExitTimeCleanup(&emlrtContextGlobal); 30 } 31 32 void testspline_terminate(void) 33 { 34 emlrtLeaveRtStack(&emlrtContextGlobal); 35 } 36 /* End of code generation (testspline_terminate.c) */ 37 |