26 lines
432 B
C
26 lines
432 B
C
/*
|
|
* File: rtGetInf.h
|
|
*
|
|
* MATLAB Coder version : 3.3
|
|
* C/C++ source code generated on : 06-Sep-2017 14:43:17
|
|
*/
|
|
|
|
#ifndef RTGETINF_H
|
|
#define RTGETINF_H
|
|
#include <stddef.h>
|
|
#include "rtwtypes.h"
|
|
#include "rt_nonfinite.h"
|
|
|
|
extern real_T rtGetInf(void);
|
|
extern real32_T rtGetInfF(void);
|
|
extern real_T rtGetMinusInf(void);
|
|
extern real32_T rtGetMinusInfF(void);
|
|
|
|
#endif
|
|
|
|
/*
|
|
* File trailer for rtGetInf.h
|
|
*
|
|
* [EOF]
|
|
*/
|