blob: 3035e8b72d7d18647210dc764a49386cd4dde202 (
plain)
1
2
3
4
5
6
7
8
|
#ifndef __LIBSCILAB_TOOLBOX_GW_H__
#define __LIBSCILAB_TOOLBOX_GW_H__
#include "c_gateway_prototype.h"
C_GATEWAY_PROTOTYPE(sci_octave_fun);
#endif /* __LIBSCILAB_TOOLBOX_GW_H__ */
|