summaryrefslogtreecommitdiff
path: root/Examples/ocaml/strings_test/example.i
blob: d360715c1a703632592fb3c0cd68d45b874ec572 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
%module example
%{
#include <iostream>
#include <string>

using std::cin;
using std::cout;
using std::endl;
using std::string;

#include "example.h"
%}

%include "std_string.i"
%include example.h