On Mon, 10 Jun 2019 13:34:54 +0100 (BST) Jim Jackson <[email protected]> wrote: > > sizeof() is calculated by the compiler, not at run time. The code > generated would be the same.
Hello Jim, Indeed it his, my point was only a observation, that if size is fixed, no need to calculate it at compile time, the preprocessor can solve that with a macro.. The code generated will be indeed the same. Only was a observation ;) Best Regards, -- tux s@po <[email protected]> _______________________________________________ Dng mailing list [email protected] https://mailinglists.dyne.org/cgi-bin/mailman/listinfo/dng
