Is there some consideration being made about including wrappers to cover some common C Macros, which are in the bundled C libraries (varies by target)?
s
svyatoslav.scherbina
09/05/2019, 8:34 AM
For example?
n
napperley
09/05/2019, 10:31 PM
Bit manipulation. With the Linux target there are four macros that make it a bit easier to do bit manipulation:
Looks like a new naming pattern for the macro wrappers, and the wrappers are hidden in plain sight inside the source code (eg posix_FD_ZERO) simple smile 🔍.