The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.
%module "Math::GSL::Sys"

%include "typemaps.i"
%include "gsl_typemaps.i"
%apply int *OUTPUT { int * e };

%{
    #include "gsl/gsl_sys.h"
%}
%include "gsl/gsl_sys.h"
%include "../pod/Sys.pod"