1 2 3 4 5 6 7
%module example %{ extern int fact(int n); %} extern int fact(int n); %include "example2.i"