The fun part about a programming language like C is that although the language doesn’t directly support many features including object-oriented programming and generics, there’s ...
trying to generate two pieces of code from the same file without ifdefing the thing to death. i need a macro that will expand to variable types based on what is defined by the preprocessor. below are ...