From mboxrd@z Thu Jan 1 00:00:00 1970 From: soraberri <421246@posta.unizar.es> Subject: newby.-interpreting C Date: Mon, 20 Dec 2004 20:07:54 +0100 Message-ID: Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: Sender: linux-c-programming-owner@vger.kernel.org List-Id: Content-Type: text/plain; charset="us-ascii"; format="flowed" To: linux-c-programming@vger.kernel.org Hi all, Anyone could give me the meaning of this definition? Is the __attribute__ stuff what scares me. If you feel like I'm too desoriented, please tell me what should I know first. typedef struct { uint8_t b[6]; } __attribute__((packed)) bdaddr_t; thanks very much