Re: [AD] SF.net SVN: alleg:[11915] allegro/branches/4.9/src |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: "Coordination of admins/developers of the game programming library Allegro" <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] SF.net SVN: alleg:[11915] allegro/branches/4.9/src
- From: "Trent Gamblin" <trent@xxxxxxxxxx>
- Date: Sun, 22 Mar 2009 17:40:44 -0600 (MDT)
On Sun, March 22, 2009 4:01 pm, Peter Wang said:
> In C you can write:
>
> int x[10] = {0};
To set all 10 to 0? I always thought it was
int x[10] = { 0, };
Trent :{)>