chicken-users
[Top][All Lists]
Advanced

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

Re: [Chicken-users] foreign-type for int64_t?


From: Nelson Castillo
Subject: Re: [Chicken-users] foreign-type for int64_t?
Date: Mon, 29 May 2006 09:47:46 -0500

On 5/24/06, Alejandro Forero Cuervo <address@hidden> 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?

Would

#define int64whatevet long long ?

work?

--
http://arhuaco.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]