// // 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: sort.h // // MATLAB Coder version : 5.3 // C/C++ source code generated on : 27-Mar-2023 15:34:32 // #ifndef SORT_H #define SORT_H // Include Files #include "rtwtypes.h" #include "coder_array.h" #include #include // Function Declarations namespace coder { namespace internal { void sort(double x[16]); void sort(::coder::array &x); } // namespace internal } // namespace coder #endif // // File trailer for sort.h // // [EOF] //