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

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