aboutsummaryrefslogtreecommitdiff
path: root/Examples/ocaml/stl/example.i
blob: 214ac47a557ba9cdb89b1fe6b08c94446dd6ee3c (plain)
1
2
3
4
5
6
7
8
9
10
%module example
%{
#include "example.h"
%}

#define ENABLE_CHARPTR_ARRAY
#define ENABLE_STRING_VECTOR
%include stl.i

%include example.h