public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* allignment in structures
@ 2004-08-26 15:59 Purnendu/Gmail
  2004-08-26 16:19 ` Eljay Love-Jensen
  0 siblings, 1 reply; 2+ messages in thread
From: Purnendu/Gmail @ 2004-08-26 15:59 UTC (permalink / raw)
  To: gcc-help

#pragma pack(2)

struct abc {

char a;
char b;
char c;
};

A sizeof( struct abc) gives 3, shouldnot i expect it to be 4? any pointers???
i am using " gcc version 3.2.2 20030222 (Red Hat Linux 3.2.2-5)"


-purnendu

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-08-26 15:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-08-26 15:59 allignment in structures Purnendu/Gmail
2004-08-26 16:19 ` Eljay Love-Jensen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).