Message-ID: <329D0008.4057@gbrmpa.gov.au> Date: Thu, 28 Nov 1996 10:59:22 +0800 From: Leath Muller Reply-To: leathm AT gbrmpa DOT gov DOT au Organization: Great Barrier Reef Marine Park Authority MIME-Version: 1.0 To: Benjamin D Chambers CC: djgpp AT delorie DOT com Subject: Re: References: <19961128 DOT 160923 DOT 4455 DOT 7 DOT chambersb AT juno DOT com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Benjamin D Chambers wrote: > > I just wanted to check: > What are the bit-sizes of data types in DJGPP? > As in, which is 8-bit, 16-bit, and 32-bit types? > I thought int was 16-bit, but now I'm not so sure... char = 8 bits short int = 16 bit (I think, I use asm a lot... :) int = 32 bit (void *), (char *) etc = 32 bit Leathal.