From: zidharta AT geocities DOT com Newsgroups: comp.os.msdos.djgpp Subject: what is _attribute_((packed)) ?? why DJGPP use it? Date: Tue, 03 Aug 1999 00:39:55 GMT Organization: Deja.com - Share what you know. Learn what you don't. Message-ID: <7o5doq$gj8$1@nnrp1.deja.com> NNTP-Posting-Host: 202.49.198.2 X-Article-Creation-Date: Tue Aug 03 00:39:55 1999 GMT X-Http-User-Agent: Mozilla/4.0 (compatible; MSIE 4.01; Windows 98) X-Http-Proxy: 1.0 x42.deja.com:80 (Squid/1.1.22) for client 202.49.198.2 X-MyDeja-Info: XMYDJUIDsidxidzid Lines: 18 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com 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 ... I try to make my own bitmap reader program without __attribute_ ((packed)) but I got error illegal operation ... if anyone can explain to me what that is and why DJGPP need it?.. is it has something to do with protected mode?.. thanks a lot in advance ... Sid Sent via Deja.com http://www.deja.com/ Share what you know. Learn what you don't.