use strict; use warnings; use Math::BigInt; use Inline C => Config => BUILD_NOISY => 1, USING => 'ParseRegExp', CLEAN_AFTER_BUILD => 0, ; use Inline C => <<'EOC'; double do_nothing(SV * x, ...) { dXSARGS; /* enable stack manipulation */ int index; for(index=0; index## double do_nothing(SV * x) { ... do stuff } #### my $double = do_nothing(\@in);