swig/Examples/ocaml/stl/example.i

12 lines
160 B
OpenEdge ABL

%module example
%{
#include "example.h"
%}
#define ENABLE_CHARPTR_ARRAY
#define ENABLE_STRING_VECTOR
%include stl.i
%feature("director");
%include example.h