I\'m fairly new to the C preprocessor. Is it possible to change the case of an argument provided to a function-like #define? For example, I want to write
#define
No. The preprocessor can combine identifiers to form new ones, but it cannot modify an identifier.