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.

About variables and symbols

Hello, I have some questions belllow:

 I found a variable declaration in a c6000 dsp project, as bellow:

#define CINIT ((void*)&__cinit__)

extern int far __cinit__;

but I can't  found the definition of __cinit__, where didi the variable defined?