add core files
This commit is contained in:
33
Classes/rtGetInf.h
Normal file
33
Classes/rtGetInf.h
Normal file
@@ -0,0 +1,33 @@
|
||||
//
|
||||
// File: rtGetInf.h
|
||||
//
|
||||
// MATLAB Coder version : 4.3
|
||||
// C/C++ source code generated on : 30-Mar-2020 11:59:32
|
||||
|
||||
|
||||
#ifndef RTGETINF_H
|
||||
#define RTGETINF_H
|
||||
#include "rtwtypes.h"
|
||||
#include "rt_nonfinite.h"
|
||||
#ifdef __cplusplus
|
||||
|
||||
extern "C" {
|
||||
|
||||
#endif
|
||||
|
||||
extern real_T rtGetInf(void);
|
||||
extern real32_T rtGetInfF(void);
|
||||
extern real_T rtGetMinusInf(void);
|
||||
extern real32_T rtGetMinusInfF(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
||||
}
|
||||
#endif
|
||||
#endif
|
||||
|
||||
//
|
||||
// File trailer for rtGetInf.h
|
||||
//
|
||||
// [EOF]
|
||||
|
||||
Reference in New Issue
Block a user