itpp_sci  1.0.0
it++ based simulation framework for scicoslab, scilab and scipy
scicoslab_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 SCICOSLAB_GATE_H
11 #define SCICOSLAB_GATE_H
12 
13 #include "mex.h"
14 #include <string.h>
15 
16 #endif // #ifndef SCICOSLAB_GATE_H
17 
18 #ifdef __cplusplus
19 }
20 #endif