From: Miguel Guerreiro Newsgroups: comp.lang.c,comp.os.msdos.djgpp Subject: typedef'ing a 24-bit integer Date: Fri, 21 May 1999 18:41:19 +0100 Organization: Servico de News da Universidade do Algarve Lines: 10 Message-ID: <37459ABF.FF51CA41@aaual.ualg.pt> NNTP-Posting-Host: 10.11.85.126 Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Mailer: Mozilla 4.07 [en] (WinNT; I) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com How can you do somethin kinda like this: typedef int24 (24-bit integer) typedef uint24 (24-bit unsigned int) I want it to take *exactly* 24-bit of space Thanks in advance