colon.h 435 B

12345678910111213141516171819202122232425262728
  1. //
  2. // File: colon.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 01-Mar-2023 10:44:39
  6. //
  7. #ifndef COLON_H
  8. #define COLON_H
  9. // Include Files
  10. #include "rtwtypes.h"
  11. #include "coder_array.h"
  12. #include <cstddef>
  13. #include <cstdlib>
  14. // Function Declarations
  15. namespace coder {
  16. void eml_float_colon(double d, double b, ::coder::array<double, 2U> &y);
  17. }
  18. #endif
  19. //
  20. // File trailer for colon.h
  21. //
  22. // [EOF]
  23. //