12345678910111213141516171819202122232425262728 |
- //
- // File: colon.h
- //
- // MATLAB Coder version : 5.2
- // C/C++ source code generated on : 01-Mar-2023 10:44:39
- //
- #ifndef COLON_H
- #define COLON_H
- // Include Files
- #include "rtwtypes.h"
- #include "coder_array.h"
- #include <cstddef>
- #include <cstdlib>
- // Function Declarations
- namespace coder {
- void eml_float_colon(double d, double b, ::coder::array<double, 2U> &y);
- }
- #endif
- //
- // File trailer for colon.h
- //
- // [EOF]
- //
|