rtwtypes.h 1018 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. //
  2. // File: rtwtypes.h
  3. //
  4. // MATLAB Coder version : 5.2
  5. // C/C++ source code generated on : 01-Mar-2023 10:44:39
  6. //
  7. #ifndef RTWTYPES_H
  8. #define RTWTYPES_H
  9. /*=======================================================================*
  10. * Fixed width word size data types: *
  11. * int64_T - signed 64 bit integers *
  12. * uint64_T - unsigned 64 bit integers *
  13. *=======================================================================*/
  14. #if defined(__APPLE__)
  15. #ifndef INT64_T
  16. #define INT64_T long
  17. #define FMT64 "l"
  18. #if defined(__LP64__) && !defined(INT_TYPE_64_IS_LONG)
  19. #define INT_TYPE_64_IS_LONG
  20. #endif
  21. #endif
  22. #endif
  23. #if defined(__APPLE__)
  24. #ifndef UINT64_T
  25. #define UINT64_T unsigned long
  26. #define FMT64 "l"
  27. #if defined(__LP64__) && !defined(INT_TYPE_64_IS_LONG)
  28. #define INT_TYPE_64_IS_LONG
  29. #endif
  30. #endif
  31. #endif
  32. // Include Files
  33. #include "tmwtypes.h"
  34. #endif
  35. //
  36. // File trailer for rtwtypes.h
  37. //
  38. // [EOF]
  39. //