On 5/24/06, Alejandro Forero Cuervo <[EMAIL PROTECTED]> wrote:

What foreign-type specifier should I use if I need an int64_t in C?

Right now I'm using 'long' (which, I know, is just 32 bits) and
filling my code with casts.  Perhaps an int64 foreign-type specifier
should be defined?

As a foreign-type specifier, adding int64_t shouldn't be too hard.
IIRC, M$ calls them "__int64" (is that correct?)


(felix)


_______________________________________________
Chicken-users mailing list
Chicken-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/chicken-users

Reply via email to