add core files
This commit is contained in:
43
Classes/rtwtypes.h
Normal file
43
Classes/rtwtypes.h
Normal file
@@ -0,0 +1,43 @@
|
||||
/*
|
||||
* File: rtwtypes.h
|
||||
*
|
||||
* MATLAB Coder version : 4.3
|
||||
* C/C++ source code generated on : 30-Mar-2020 11:59:32
|
||||
*/
|
||||
|
||||
#ifndef RTWTYPES_H
|
||||
#define RTWTYPES_H
|
||||
|
||||
/*=======================================================================*
|
||||
* Fixed width word size data types: *
|
||||
* int64_T - signed 64 bit integers *
|
||||
* uint64_T - unsigned 64 bit integers *
|
||||
*=======================================================================*/
|
||||
#if defined(__APPLE__)
|
||||
# ifndef INT64_T
|
||||
# define INT64_T long
|
||||
# define FMT64 "l"
|
||||
# if defined(__LP64__) && !defined(INT_TYPE_64_IS_LONG)
|
||||
# define INT_TYPE_64_IS_LONG
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#if defined(__APPLE__)
|
||||
# ifndef UINT64_T
|
||||
# define UINT64_T unsigned long
|
||||
# define FMT64 "l"
|
||||
# if defined(__LP64__) && !defined(INT_TYPE_64_IS_LONG)
|
||||
# define INT_TYPE_64_IS_LONG
|
||||
# endif
|
||||
# endif
|
||||
#endif
|
||||
|
||||
#include "tmwtypes.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* File trailer for rtwtypes.h
|
||||
*
|
||||
* [EOF]
|
||||
*/
|
||||
Reference in New Issue
Block a user