/* File : example.i */
%module Example
%{
/* Put headers and other declarations here */
%}

extern double My_variable;
extern int    fact(int);
extern int    mod(int n, int m);
extern char  *get_time();

%include guilemain.i


syntax highlighted by Code2HTML, v. 0.9.1