In e code one may use #ifdef <DEFINE_NAME> for preprocessor directive.
if a given name is defined, it uses the attached code.
Is there a syntax for:
#ifdef <DEFINE_NAME> == TRUE?
Thanks
In e code one may use #ifdef <DEFINE_NAME> for preprocessor directive.
if a given name is defined, it uses the attached code.
Is there a syntax for:
#ifdef <DEFINE_NAME> == TRUE?
Thanks