On 2020-10-02 11:03, Phil Sutter wrote: > +#define max(x, y) ((x) > (y) ? (x) : (y)) This is unused, right? not sure if on purpose.
On 2020-10-02 11:03, Phil Sutter wrote: > +#define max(x, y) ((x) > (y) ? (x) : (y)) This is unused, right? not sure if on purpose.