Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Wed, 10 Jul 2013 03:50:06 -0400
From: Rich Felker <dalias@...ifal.cx>
To: musl@...ts.openwall.com
Subject: Re: Thinking about release

On Wed, Jul 10, 2013 at 08:42:58AM +0200, Jens Gustedt wrote:
> Am Mittwoch, den 10.07.2013, 10:26 +1200 schrieb Andre Renaud:
> > typedef struct multiple_size_t {
> >     size_t d[4];
> > } multiple_size_t;
> 
> why not have it
> 
> typedef size_t _multiple_size[4];
> 
> the wrapping into struct just doesn't serve much purpose, I think.

Because arrays are not assignable.

Rich

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.