Another problem solved.. (2023-09-10 by Bas vd Berg) One of the big changes between C and C2 is macros. C has them, C2 doesn't. Also every C program larger than Hello World seems to need them. Replacing macros with something else is not trivial. Macro functionality can be split up in several areas: Constants Feature Selection Generics Code reuse Constants Constant macros are easily replaced by nor