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