This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [PATCH] Add timegm POSIX call [updated]
On Wed, 2018-08-22 at 17:37 -0600, Brian Inglis wrote:
> > > @@ -58,11 +61,21 @@ static const int DAYS_IN_MONTH[12] =
> > > static const int _DAYS_BEFORE_MONTH[12] =
> > > {0, 31, 59, 90, 120, 151, 181, 212, 243, 273, 304, 334};
>
> and initialization use {U}INT{8,16}_C(value) macros?
This would just add noise to the code for no other purpose. At least in
my opinion (;
Regards,
FCh