/* -------------------------------------------------------------------------------- * File : default.xs * Purpose : some input for arb_proto_2_xsub unit-test * -------------------------------------------------------------------------------- */ #ifndef __cplusplus #error please compile as C++ #endif #include "XSUB.h" static GB_shell4perl perl_shell; /* -------------------------------------------------------------------------------- * the following functions are hand-coded in ARB.default.xs: */ MODULE = FAKE PACKAGE = ARB PREFIX = P2A_ PROTOTYPES: ENABLE MODULE = FAKE PACKAGE = BIO PREFIX = P2AT_ # -------------------------------------------------------------------------------- # functions below are auto-generated by ../../../PERLTOOLS/arb_proto_2_xsub.cxx # using prototypes from ptype.header # --------------------------------------------------------------------------------