Re: struct and union alignment
pete <pfiland@mindsp ring.com> wrote:
[color=blue]
> S.Tobias wrote:
>[color=green]
> > And yes, I think char type can have alignment issues. Consider this
> > setup: Type char is composed of 4 octets.[/color]
>
> What are you talking about?
> sizeof(char) is one, always.[/color]
So? Byte != octet.
Richard
pete <pfiland@mindsp ring.com> wrote:
[color=blue]
> S.Tobias wrote:
>[color=green]
> > And yes, I think char type can have alignment issues. Consider this
> > setup: Type char is composed of 4 octets.[/color]
>
> What are you talking about?
> sizeof(char) is one, always.[/color]
So? Byte != octet.
Richard
Comment