summaryrefslogtreecommitdiff
path: root/Examples/ocaml/std_string/example.i
blob: 7b144ea05e508f6616ada7d9bae114e504e5a77a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
/* -*- C++ -*- */
/* File : example.i -- stolen from the guile std_vector example */
%module example

%{
#include "example.h"
%}

%include stl.i

/* Let's just grab the original header file here */
%include "example.h"