Finish pod separation and add stub tests for remaining subsystems
[Math-GSL.git] / swig / Sys.i
blob5d0abbf4b2d88a4e84d57b4d760ef9448e8ea574
1 %module "Math::GSL::Sys"
3 %include "typemaps.i"
4 %apply int *OUTPUT { int * e };
6 %{
7 #include "gsl/gsl_sys.h"
8 %}
9 %include "gsl/gsl_sys.h"
10 %include "../pod/Sys.pod"