|
#define's scope?
hello everyone I am now writing a few routines to test some of my gyro code. I was wondering if anyone knew what the scope of the #define was, I am calling it at the top of my function but I want to use the same name but different numbers inside a different function in the same file. I know I could just rename them and is something I think I might do, but could someone tell me what the scope of the #define command is? is it global to the file? function? inside a conditional? or global to the project?
|