Name Date Size #Lines LOC

..08-May-2022-

t/H15-Feb-2023-507429

Makefile.PLH A D08-May-2022454 1610

READMEH A D08-May-2022587 3626

Typemap.pmH A D28-Jan-20252.5 KiB10754

Typemap.xsH A D28-Jan-202516.4 KiB1,004772

stdio.cH A D08-May-2022594 2912

README

1XSTypemap
2=========
3
4This module tests that the standard XS typemaps are working correctly.
5
6  perl Makefile.PL
7  make
8  make test
9
10Nothing is installed.
11
12Currently not all the typemap entries have corresponding tests.
13
14Missing entries are
15
16  T_REF_IV_REF
17  T_PTRDESC
18  T_REFREF
19  T_REFOBJ
20  T_PACKED
21  T_PACKEDARRAY
22  T_DATAUNIT
23  T_CALLBACK
24  T_IN
25  T_INOUT
26  T_OUT
27
28Author
29------
30
31Tim Jenness <t.jenness@jach.hawaii.edu>
32
33Copyright (C) 2001 Tim Jenness All Rights Reserved.  This program is
34free software; you can redistribute it and/or modify it under the same
35terms as Perl itself.
36