In instantiation of GSLBuilder in Build.PL, the value for the parameter include_dirs...
[Math-GSL.git] / swig / PowInt.i
blob968a47e57f828b4e75c3025463a52b61e02128cd
1 %module "Math::GSL::PowInt"
2 %include "gsl_typemaps.i"
3 %{
4 #include "gsl/gsl_pow_int.h"
5 %}
7 %include "gsl/gsl_pow_int.h"
8 %include "../pod/PowInt.pod"