libprimis icon indicating copy to clipboard operation
libprimis copied to clipboard

Replace macro functions in octa.h with real ones

Open no-lex opened this issue 4 years ago • 0 comments

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).

no-lex avatar Oct 14 '20 05:10 no-lex