swig/Examples/ocaml/stl/example.i
Zackery Spytz a641966e0b [OCaml] Add a callback example
It is based on the the Python and Go examples.
2019-01-16 00:53:13 -07:00

10 lines
137 B
OpenEdge ABL

%module example
%{
#include "example.h"
%}
#define ENABLE_CHARPTR_ARRAY
#define ENABLE_STRING_VECTOR
%include stl.i
%include example.h