in reply to Returning int64_t value from C++ to Perl
(note that newSVnv() will generate an IV or UV instead of and NV if the data fits inside)SV *get() { ... return newSVnv((NV)val); }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Returning int64_t value from C++ to Perl
by dl.kudish (Initiate) on Sep 15, 2008 at 07:06 UTC |