itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
scilab_gate.h
1 /*xxx
2 * \brief - scilab stack and gateway definition
3 * \author maki
4 */
5 
6 #ifdef __cplusplus
7 extern "C" {
8 #endif
9 
10 #ifndef SCILAB_GATE_H
11 #define SCILAB_GATE_H
12 
13 #include "mex.h"
14 #include "sci_gateway.h"
15 #include "api_scilab.h"
16 #include <MALLOC.h>
17 
18 #endif // #ifndef SCILAB_GATE_H
19 
20 #ifdef __cplusplus
21 }
22 #endif