Lloyd <lloyd-jowPkhCZOFef0DUV/[EMAIL PROTECTED]> wrote:
So, SQLite doesn't have its own features to manage this? So I must be
able to perform 64bit operations on a 32bit machine using C. How can I
do that? or how to declare a 64bit integer on a 32bit machine?

Most modern compilers provide a "long long" type, usually mapped to a 64-bit integer on 32-bit machines. Consult the documentation for the compiler you use.

Igor Tandetnik

-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to