Category "compile-time"

Angular, compile and create components at runtime

I'm trying to make a document generation tool in angular and I'm hitting a challenge with how I would allow a user to dynamically create content. My components

Static assert in C

What's the best way to achieve compile time static asserts in C (not C++), with particular emphasis on GCC?