- or download this
use warnings;
...
use Inline C => q{simple_double simple(simple_double); };
print simple(1.032);
- or download this
.
.
...
at autowrap.pl line 11
BEGIN failed--compilation aborted at autowrap.pl line 11.
- or download this
#define simple_double double
simple_double simple(simple_double d);
- or download this
simple_double T_S_DOUBLE
...
OUTPUT
T_S_DOUBLE
sv_setnv($arg, (simple_double)$var);
- or download this
use ExtUtils::MakeMaker;
my %options = (
...
# Remove the Makefile dependency. Causes problems on a few systems.
sub MY::makefile { '' }