File: nrt_types.h1 /* 2 * nrt_types.h 3 * 4 * Code generation for function 'nrt' 5 * 6 */ 7 8 #ifndef __NRT_TYPES_H__ 9 #define __NRT_TYPES_H__ 10 11 /* Include files */ 12 #include "rtwtypes.h" 13 14 #endif 15 /* End of code generation (nrt_types.h) */ 16 |