summaryrefslogtreecommitdiff
path: root/sci_gateway/cpp/test_toolbox.h
blob: a2a257c79f985537387f454959bac6e6a025f0c3 (plain)
1
2
3
4
5
6
7
8
#ifndef __TEST_TOOLBOX_GW_H__
#define __TEST_TOOLBOX_GW_H__

#include "c_gateway_prototype.h"

C_GATEWAY_PROTOTYPE(sci_multiply);

#endif /* __TEST_TOOLBOX_GW_H__ */