[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: using 'uint64_t' with Alien
- From: Fabio Mascarenhas <mascarenhas@...>
- Date: Wed, 8 Jul 2009 16:17:46 -0300
No direct support for 64-bit integers right now; adding the type is
trivial, the problem is that a 64 bit integer is too big to fit in a
Lua number...
--
Fabio Mascarenhas
On Wed, Jul 8, 2009 at 3:48 PM, Phoenix Sol<phoenix@burninglabs.com> wrote:
>
> How can I use Alien with C functions which receive and return 'uint64_t' ?
>
> Thanks,
> Phoenix Sol
>