From 9f8a09ed743cedd9547bf0661d518647966ab114 Mon Sep 17 00:00:00 2001 From: Lorry Tar Creator Date: Tue, 18 Aug 2009 20:56:02 +0000 Subject: Imported from /srv/lorry/lorry-area/swig-tarball/swig-1.3.40.tar.gz. --- Examples/ocaml/std_string/example.i | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 Examples/ocaml/std_string/example.i (limited to 'Examples/ocaml/std_string/example.i') diff --git a/Examples/ocaml/std_string/example.i b/Examples/ocaml/std_string/example.i new file mode 100644 index 0000000..7b144ea --- /dev/null +++ b/Examples/ocaml/std_string/example.i @@ -0,0 +1,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" -- cgit v1.2.1