Posted by Xunzhong on July 18, 2000 at 22:13:07:
What is the reason causing the problem: "local function definition are illegal" when I used the following sequence:
//function prototype
void function (...)
main()
{
//call to function
function(...)
}
//function definition
void function (...)