bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Module with preprocessor utilities


From: Marc Nieper-Wißkirchen
Subject: Re: Module with preprocessor utilities
Date: Fri, 24 Jul 2020 11:07:12 +0200

Am Fr., 24. Juli 2020 um 10:56 Uhr schrieb Florian Weimer <fweimer@redhat.com>:

> This is the case that is unclear:
>
> double x[2];
> double *p = &x[1];
>
> The standard explicitly says “first element of an array”.

That's fine as well, I think. "x + 1" just points to an array of
length 1 in memory.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]