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::Histogram"
%include "typemaps.i"
%include "gsl_typemaps.i"
%include "renames.i"

%apply double *OUTPUT { double * lower, double * upper, size_t * i};

%{
    #include "gsl/gsl_histogram.h"
%}

%include "gsl/gsl_histogram.h"
%include "../pod/Histogram.pod"