lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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
>