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?
Would #define int64whatevet long long ? work? -- http://arhuaco.org/ _______________________________________________ Chicken-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/chicken-users
