Sender: nate AT cartsys DOT com Message-ID: <374601DE.630CEA74@cartsys.com> Date: Fri, 21 May 1999 18:01:18 -0700 From: Nate Eldredge X-Mailer: Mozilla 4.08 [en] (X11; I; Linux 2.2.5 i586) MIME-Version: 1.0 To: djgpp AT delorie DOT com Subject: Re: typedef'ing a 24-bit integer References: <37459ABF DOT FF51CA41 AT aaual DOT ualg DOT pt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com Miguel Guerreiro wrote: > > 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 You can't. Why do you want to do this? -- Nate Eldredge nate AT cartsys DOT com