Help for this page

Select Code to Download


  1. or download this
    // libtwintree.c:
    #include "libtwintree.h"
    int return_one() { return 1; }
    int return_zero() { return 0; }
    
  2. or download this
    #include "EXTERN.h"
    #include "perl.h"
    ...
    return_zero ()
    
  3. or download this
    package TwinTree;
    use strict;
    ...
    
    1;
    
  4. or download this
    use ExtUtils::MakeMaker;
    my %options = %{       
    ...
    # Remove the Makefile dependency. Causes problems on a few systems.
    sub MY::makefile { '' }