Scope of #pragma

If I declare:

#pragma optimize(0)
void func1(void)
...

void func2(void)
...

void func3(void)
...

Does this apply only for func1 or for all subsequent functions (i.e. func2,func3,etc)?

Thanks,

Chip Burns

More questions in this forum