Message-ID: <37498FB4.A400AA5F@go.ro> Date: Mon, 24 May 1999 20:43:16 +0300 From: Radu Georgescu aka skoola X-Mailer: Mozilla 4.5 [en] (Win95; I) X-Accept-Language: en 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> <374C2C34 DOT F91FB02 AT aaual DOT ualg DOT pt> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Reply-To: djgpp AT delorie DOT com > > > > typedef int24 (24-bit integer) > > typedef uint24 (24-bit unsigned int) > > > > I want it to take *exactly* 24-bit of space > > > > Thanks in advance > > What about other languages?... > what about using some union?