|
Hi,
Lua use double to represent all kind of
numbers, so if I push a long long number
into the stack from C function, it will be
converted to double and lost precision. How to handle this
problem? In my application, long long is
important for some huge number.
Thank you
|