M2_SETI/T1/TP/TP1/cacti_7/cacti.i
2022-11-18 15:07:43 +01:00

8 lines
No EOL
173 B
OpenEdge ABL

%module cacti
%{
/* Includes the header in the wrapper code */
#include "cacti_interface.h"
%}
/* Parse the header file to generate wrappers */
%include "cacti_interface.h"