rtGetInf.h 669 B

12345678910111213141516171819202122232425262728293031323334
  1. //
  2. // Academic License - for use in teaching, academic research, and meeting
  3. // course requirements at degree granting institutions only. Not for
  4. // government, commercial, or other organizational use.
  5. // File: rtGetInf.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 25-Apr-2023 21:10:09
  9. //
  10. #ifndef RTGETINF_H
  11. #define RTGETINF_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  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. #ifdef __cplusplus
  22. }
  23. #endif
  24. #endif
  25. //
  26. // File trailer for rtGetInf.h
  27. //
  28. // [EOF]
  29. //