Re: suggestions for long long?

John DeSoi <[email protected]> Wed, 3 Apr 2002 14:13:04 -0500
Newsgroups gmane.lisp.uffi.devel
Message-ID <p04330101b8d10342c630@[192.168.1.6]>
Kevin,


>
>Take a look at CLSQL interfaces/clsql-uffi/clsql-uffi.c and .cl as well as
>interfaces/mysql/clsql-mysql.c and .cl. These are wrapper libraries to
>handle 64-bit C functions. They take and return 32-bit integers between
>Lisp and the 64-bit C functions.


Thanks for the pointer, that helps. But if I understand what you have 
done here, there really is not a way to send/return a 64 bit integer 
to Lisp? That is, other than creating some extra C libraries and 
using 32 bit values.

Thanks,

John DeSoi, Ph.D.