Merge branch 'bleed' of ssh://leto.net/git/Math-GSL into bleed
[Math-GSL.git] / swig / Sys.i
blob3074d301eb4b8bd437ba1f82c27075d2f15c2aa3
1 %module "Math::GSL::Sys"
3 %include "typemaps.i"
4 %include "gsl_typemaps.i"
6 %{
7 #include "gsl/gsl_sys.h"
8 %}
9 %include "gsl/gsl_sys.h"
10 %include "../pod/Sys.pod"