File: rtwtypes.h1 /* 2 * rtwtypes.h 3 * 4 * Code generation for function 'nrt' 5 * 6 */ 7 8 #ifndef __RTWTYPES_H__ 9 #define __RTWTYPES_H__ 10 #include "tmwtypes.h" 11 /* 12 * TRUE/FALSE definitions 13 */ 14 #ifndef TRUE 15 #define TRUE (1U) 16 #endif 17 #ifndef FALSE 18 #define FALSE (0U) 19 #endif 20 #endif 21 /* End of code generation (rtwtypes.h) */ 22 |