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