Line | |
---|
1 | /* -------------------------------------------------------------------------------- |
---|
2 | * File : default.xs |
---|
3 | * Purpose : some input for arb_proto_2_xsub unit-test |
---|
4 | * -------------------------------------------------------------------------------- */ |
---|
5 | |
---|
6 | #ifndef __cplusplus |
---|
7 | #error please compile as C++ |
---|
8 | #endif |
---|
9 | |
---|
10 | #include "XSUB.h" |
---|
11 | |
---|
12 | static GB_shell4perl perl_shell; |
---|
13 | |
---|
14 | /* -------------------------------------------------------------------------------- |
---|
15 | * the following functions are hand-coded in ARB.default.xs: |
---|
16 | */ |
---|
17 | |
---|
18 | MODULE = FAKE PACKAGE = ARB PREFIX = P2A_ |
---|
19 | PROTOTYPES: ENABLE |
---|
20 | |
---|
21 | |
---|
22 | MODULE = FAKE PACKAGE = BIO PREFIX = P2AT_ |
---|
23 | |
---|
24 | |
---|
25 | # -------------------------------------------------------------------------------- |
---|
26 | # functions below are auto-generated by ../../../PERLTOOLS/arb_proto_2_xsub.cxx |
---|
27 | # using prototypes from ptype.header |
---|
28 | # -------------------------------------------------------------------------------- |
---|
29 | |
---|
Note: See
TracBrowser
for help on using the repository browser.