12345678910111213141516171819202122232425262728293031323334 |
- //
- // Academic License - for use in teaching, academic research, and meeting
- // course requirements at degree granting institutions only. Not for
- // government, commercial, or other organizational use.
- // File: rtGetInf.h
- //
- // MATLAB Coder version : 5.3
- // C/C++ source code generated on : 25-Apr-2023 21:10:09
- //
- #ifndef RTGETINF_H
- #define RTGETINF_H
- // Include Files
- #include "rtwtypes.h"
- #ifdef __cplusplus
- extern "C" {
- #endif
- extern real_T rtGetInf(void);
- extern real32_T rtGetInfF(void);
- extern real_T rtGetMinusInf(void);
- extern real32_T rtGetMinusInfF(void);
- #ifdef __cplusplus
- }
- #endif
- #endif
- //
- // File trailer for rtGetInf.h
- //
- // [EOF]
- //
|