File: rtwtypes.h

    1   /*
    2    * rtwtypes.h
    3    *
    4    * Code generation for function 'TransitiveKNN_part2'
    5    *
    6    * C source code generated on: Mon Jan 05 13:12:27 2015
    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