While working my way through several headers I noticed quite a few #defines that better should be inline functions.
This suggestion does not cover the various cast helpers, but things like e.g. Settings_cpuId or xSnprintf.
Detecting support for LTO in configure.ac we even could implement all those function outside the header files without loosing any performance.
While working my way through several headers I noticed quite a few
#defines that better should be inline functions.This suggestion does not cover the various cast helpers, but things like e.g.
Settings_cpuIdorxSnprintf.Detecting support for LTO in configure.ac we even could implement all those function outside the header files without loosing any performance.