I like to read the environment variable in my header file using macros and assign to LOGGING_ENABLED in following code (instate of static value like 1).
#define LOGGING_ENABLED 1
Any way to get environment variable using Macros ?
I like to read the environment variable in my header file using macros and assign to LOGGING_ENABLED in following code (instate of static value like 1).
#define LOGGING_ENABLED 1
Any way to get environment variable using Macros ?