aboutsummaryrefslogtreecommitdiff
path: root/Examples/perl5/java/example.i
blob: a82abb267bce9e5023592bc9f5ed71a67f241667 (plain)
1
2
3
4
5
6
7
8
9
10
%module example

%include <cni.i>

%{
#include "Example.h"
%}


%include Example.h