Bruno Haible via Gnulib discussion list [2025-12-14 01:20 +0100] wrote: > #define ARRAY_OF_AT_LEAST(a,n) a[static n]
This wouldn't allow the addition of qualifiers, e.g. a[const static n] Not sure if that matters. Thanks, -- Basil
Bruno Haible via Gnulib discussion list [2025-12-14 01:20 +0100] wrote: > #define ARRAY_OF_AT_LEAST(a,n) a[static n]
This wouldn't allow the addition of qualifiers, e.g. a[const static n] Not sure if that matters. Thanks, -- Basil