This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Tool/software:
Hi,
Would you pls kindly advise how complier will treat with below code "void functionB();"? Will it be treated as declaration and functionB will not be called? void functionB();
ti-cgt-armllvm_3.2.2.LTS is used
void functionA()
{
void functionB();
}
Thanks,
Chris
Will it be treated as declaration and functionB will not be called?
Yes.
Thanks and regards,
-George