fun10_sort.h 690 B

1234567891011121314151617181920212223242526272829303132333435
  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: sort.h
  6. //
  7. // MATLAB Coder version : 5.3
  8. // C/C++ source code generated on : 27-Mar-2023 15:34:32
  9. //
  10. #ifndef SORT_H
  11. #define SORT_H
  12. // Include Files
  13. #include "rtwtypes.h"
  14. #include "coder_array.h"
  15. #include <cstddef>
  16. #include <cstdlib>
  17. // Function Declarations
  18. namespace coder {
  19. namespace internal {
  20. void sort(double x[16]);
  21. void sort(::coder::array<double, 2U> &x);
  22. } // namespace internal
  23. } // namespace coder
  24. #endif
  25. //
  26. // File trailer for sort.h
  27. //
  28. // [EOF]
  29. //