M2_SETI/T1/TP/TP1/cacti_7/cacti.i

8 lines
173 B
OpenEdge ABL
Raw Normal View History

2022-11-18 15:07:43 +01:00
%module cacti
%{
/* Includes the header in the wrapper code */
#include "cacti_interface.h"
%}
/* Parse the header file to generate wrappers */
%include "cacti_interface.h"