#include "EXTERN.h" #include "perl.h" #include "XSUB.h" // libtwintree.c: #include "libtwintree.h" int return_one() { return 1; } int return_zero() { return 0; } MODULE = TwinTree PACKAGE = TwinTree PROTOTYPES: DISABLE int return_one () int return_zero ()