bigger longs (64 bits)
Michael Meissner
meissner at osf.org
Tue Feb 27 07:05:54 AEST 1990
In article <3538 at tukki.jyu.fi> eloranta at tukki.jyu.fi (Jussi Eloranta) writes:
| I just compiled gnulib2 for gcc (the 64-bit library). How do I access it?
| (ie. how do I tell when I want to have 32 or 64 bit integers?)
|
| I didn't find anything from the docs..
Yeah, it isn't in the docs. To use a 64-bit type, just use:
long long
which seems to be a convention between several compilers. Make sure
gnulib is on the link line (the simplest way is to use gcc to link the
programs).
--
Michael Meissner email: meissner at osf.org phone: 617-621-8861
Open Software Foundation, 11 Cambridge Center, Cambridge, MA
Catproof is an oxymoron, Childproof is nearly so
More information about the Comp.unix.wizards
mailing list