Date: Tue, 9 May 2000 12:04:57 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Jared Stevens cc: djgpp AT delorie DOT com Subject: Re: Datatype sizes In-Reply-To: <00050815311200.09858@sparky.lineo.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 8 May 2000, Jared Stevens wrote: > In DJGPP, since it's a 32-bit compiler, when I make a variable of type char, > does it store that variable in a 32-bit slot in memory, or an 8-bit slot? A `char' takes a single byte.