File: C:\Users\amir\Documents\My Dropbox\Projects\simulink_lecture\Final_2\matlab_coder\codegen\lib\myFunc\rtGetNaN.h

    1   /*
    2    * rtGetNaN.h
    3    *
    4    * Code generation for function 'myFunc'
    5    *
    6    * C source code generated on: Thu Mar 29 12:55:13 2012
    7    *
    8    */
    9   
   10   #ifndef __RTGETNAN_H__
   11   #define __RTGETNAN_H__
   12   
   13   #include <stddef.h>
   14   #include "rtwtypes.h"
   15   #include "rt_nonfinite.h"
   16   
   17   extern real_T rtGetNaN(void);
   18   extern real32_T rtGetNaNF(void);
   19   
   20   #endif
   21   /* End of code generation (rtGetNaN.h) */
   22