libprimis
libprimis copied to clipboard
Replace macro functions in octa.h with real ones
There are many "helper" macros in octa.h that are quite simple to be converted to functions. This provides better compiler checking and clearer code (no implicit scope weirdness like macros have).