Date: Tue, 3 Aug 1999 10:56:41 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: zidharta AT geocities DOT com cc: djgpp AT delorie DOT com Subject: Re: what is _attribute_((packed)) ?? why DJGPP use it? In-Reply-To: <7o5doq$gj8$1@nnrp1.deja.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Tue, 3 Aug 1999 zidharta AT geocities DOT com wrote: > I was looking at this bitmap loader source code ... and I noticed that > he used __attribute_((packed)) ... and I dont understand what is it... > I ve been looking at my C library help file and I couldnt find anything > about it ... That's because this is a feature of the compiler, not of the library. It is described in the GCC docs, under "C Extensions". Some additional info can be found in the DJGPP FAQ, sections 22.10 and 18.5.