Help for this page

Select Code to Download


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