Re: #define



On Jan 31, 4:21 pm, "Ivan" <idipr...@xxxxxxxxxxx> wrote:
Hi all,

What is the scope of preprocessor #define?
Does it depends on the compiler?

anything below the #define line until the end of file, it does not
depend from the compiler.
.