|
From: | felix winkelmann |
Subject: | Re: [Chicken-users] foreign-type for int64_t? |
Date: | Mon, 29 May 2006 06:33:47 +0200 |
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?
As a foreign-type specifier, adding int64_t shouldn't be too hard. IIRC, M$ calls them "__int64" (is that correct?) (felix)
[Prev in Thread] | Current Thread | [Next in Thread] |