/
usr
/
lib64
/
python2.6
/
site-packages
/
numpy
/
distutils
/
tests
/
swig_ext
/
src
/
/usr/lib64/python2.6/site-packages/numpy/distutils/tests/swig_ext/src
mkdir
upload
Name
Size
Mode
Actions
example.c
227
0644
edit
dl
rm
example.i
285
0644
edit
dl
rm
zoo.cc
268
0644
edit
dl
rm
zoo.h
113
0644
edit
dl
rm
zoo.i
143
0644
edit
dl
rm
Edit:
/usr/lib64/python2.6/site-packages/numpy/distutils/tests/swig_ext/src/example.i
(285B)
/* -*- 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);
Save
cmd:
run