Have you ever wanted to expand a macro where the contents of a macro are converted into a string? If you have, here's a trick so you can! Here's a common macro found in Burgerlib to align data. #define BURGER_ALIGN(x,s) __align(s) (x) There is no way to directly expand the macro to create a…
Comments (0)
Sign in to post comments.