This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Add Tim Jenness' XS::Typemap for exercizing the standard typemap.
[perl5.git]
/
ext
/
XS
/
Typemap
/
typemap
1
# Typemap file for typemap testing
2
# includes bonus typemap entries
3
# Mainly so that all the standard typemaps can be exercised even when
4
# there is not a corresponding type explicitly identified in the standard
5
# typemap
6
7
svtype T_ENUM
8
intRef * T_PTRREF
9
intRef T_IV
10
intObj * T_PTROBJ
11
intObj T_IV
12
intRefIv * T_REF_IV_PTR
13
intRefIv T_IV
14
intArray * T_ARRAY
15
intOpq T_IV
16
intOpq * T_OPAQUEPTR
17
shortOPQ T_OPAQUE