in reply to Re^5: mapping a C structure with perlXS
in thread mapping a C structure with perlXS
they allow me to keep connexion handlers from C code to Perl and Perl to C code...;) thank you for your help !!!PTR2UV(pointer); PTR2IV(pointer); PTR2NV(pointer); INT2PTR(pointertotype, integer);
|
|---|