Hi folks, I'm wondering if anyone's ever written a typemap for UINT64 (unsigned long long) type. I have a following C function:
UINT64 do_extract(int startpos, int endpos, UINT64 orig); Any ideas how the typemap/XS interface code would look like? Thanks, Hari