File: nrt_initialize.c1 /* 2 * File: nrt_initialize.c 3 * 4 * MATLAB Coder version : 2.6 5 * C/C++ source code generated on : 02-Apr-2014 12:52:38 6 */ 7 8 /* Include files */ 9 #include "nrt.h" 10 #include "nrt_initialize.h" 11 12 /* Function Definitions */ 13 14 /* 15 * Arguments : void 16 * Return Type : void 17 */ 18 void nrt_initialize(void) 19 { 20 } 21 22 /* 23 * File trailer for nrt_initialize.c 24 * 25 * [EOF] 26 */ 27 |