Sophie

Sophie

distrib > Mandriva > 9.1 > i586 > by-pkgid > 3c88344d1f3d15057277d028d0022277 > files > 358

swig-1.3.11-4mdk.i586.rpm

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

%include typemaps.i

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