// libtwintree.c: #include "libtwintree.h" int return_one( void ) { return 1; } int return_zero( void ) { return 0; }