diff options
Diffstat (limited to 'sci_gateway/cpp/libscilab_octave.h')
-rw-r--r-- | sci_gateway/cpp/libscilab_octave.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sci_gateway/cpp/libscilab_octave.h b/sci_gateway/cpp/libscilab_octave.h new file mode 100644 index 0000000..16c5bc2 --- /dev/null +++ b/sci_gateway/cpp/libscilab_octave.h @@ -0,0 +1,8 @@ +#ifndef __LIBSCILAB_OCTAVE_GW_H__ +#define __LIBSCILAB_OCTAVE_GW_H__ + +#include "c_gateway_prototype.h" + +C_GATEWAY_PROTOTYPE(sci_octave_fun); + +#endif /* __LIBSCILAB_OCTAVE_GW_H__ */ |