Help for this page

Select Code to Download


  1. or download this
    .Inline/          Where Inline::C is configured to cache C object file
    +s.
    
    ...
       sandbox.h      Header file, includes bits.h, output.h, sprintull.h.
       sprintull.h    Fast base10 to string conversion.
       typemap        Type-map file for Inline::C.
    
  2. or download this
    BEGIN {
       $ENV{PERL_INLINE_DIRECTORY} = "${base_dir}/.Inline";
    ...
       clean_after_build => 0;
    
    use Inline 'C' => "${base_dir}/src/algorithm3.c";