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.

NDK源NC_SystemOpen函数问题?



//--------------------------------------------------------------------
// TaskInit() - Called from NETCTRL init
//--------------------------------------------------------------------
void _TaskInit()
{
}

您好,我在看NDK源码的时候,看到int NC_SystemOpen( int Priority, int OpMode )里面调用了 _TaskInit(),但是该函数源码就是上面,就是空的函数吗?还是我理解错了!求指点?多谢了!!!