in reply to Extending Perl with C: how to use an array reference?

Randy Kobes solved this problem years ago for Math::FFT, have a look at http://search.cpan.org/src/RKOBES/Math-FFT-1.28/arrays.c which maps between Perl and C arrays.
  • Comment on Re: Extending Perl with C: how to use an array reference?