tmp
/
pip-install-ghxuqwgs
/numpy_78e94bf2b6094bf9a1f3d92042f9bf46
/numpy
/distutils
/tests
/swig_ext
/src
/example.i
/* -*- c -*- */ | |
/* File : example.i */ | |
%module example | |
%{ | |
/* Put headers and other declarations here */ | |
extern double My_variable; | |
extern int fact(int); | |
extern int my_mod(int n, int m); | |
%} | |
extern double My_variable; | |
extern int fact(int); | |
extern int my_mod(int n, int m); | |