From: j DOT aldrich6 AT genie DOT com Message-Id: <199605061315.AA069208544@relay1.geis.com> Date: Mon, 6 May 96 13:18:00 UTC 0000 To: djgpp AT delorie DOT com Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii Subject: Are long long ints portable? How portable are GNU long long ints? I have reached the point in a program where I really need a 64-bit wide integer to store bit data, but I also want to be able to maintain portability. I was considering using a real bitfield, but according to my C, bitfields must be 32 bits or less. Also, is the correct printf specifier for long long ints '%lld'? Thanks! John