source: trunk/UNIT_TESTER/run/xsub/default.xs

Last change on this file was 9725, checked in by westram, 12 years ago
  • filled arb_proto_2_xsub unittest
File size: 909 bytes
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
12static GB_shell4perl perl_shell;
13
14/* --------------------------------------------------------------------------------
15 * the following functions are hand-coded in ARB.default.xs:
16 */
17
18MODULE = FAKE PACKAGE = ARB PREFIX = P2A_
19PROTOTYPES: ENABLE
20
21
22MODULE = 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.