From: Martin Stromberg Message-Id: <200003140840.JAA19626@mars.lu.erisoft.se> Subject: Fastest integer type To: djgpp-workers AT delorie DOT com (DJGPP-WORKERS) Date: Tue, 14 Mar 2000 09:40:29 +0100 (MET) X-Mailer: ELM [version 2.5 PL3] MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp-workers AT delorie DOT com The standard says you should provide types that are the fastest on the platform (the definition of fastest is up to the platform) for integer types that are at least 8, 16, 32 and 64 bits. I know that ints (32 bits) are faster than shorts (16 bits) in DJGPP, right? Are ints (32 bits) faster than chars (8 bits)? Right, MartinS