Better fix to Fit
[Math-GSL.git] / Heapsort.i
blobb1eca4af82acef78a4d246ee94f43aa8828941a3
1 %module "Math::GSL::Heapsort"
2 %{
3 #include "gsl/gsl_heapsort.h"
4 %}
6 %include "gsl/gsl_heapsort.h"
9 %perlcode %{
10 @EXPORT_OK = qw/
11 gsl_heapsort
12 gsl_heapsort_index
14 %EXPORT_TAGS = ( all => [ @EXPORT_OK ] );