File: _coder_nrt_info.h1 /* 2 * _coder_nrt_info.h 3 * 4 * Code generation for function 'nrt' 5 * 6 */ 7 8 #ifndef ___CODER_NRT_INFO_H__ 9 #define ___CODER_NRT_INFO_H__ 10 /* Include files */ 11 #include "tmwtypes.h" 12 #include "mex.h" 13 #include "emlrt.h" 14 15 16 /* Function Declarations */ 17 extern const mxArray *emlrtMexFcnResolvedFunctionsInfo(void); 18 19 #endif 20 /* End of code generation (_coder_nrt_info.h) */ 21 |