local function definition


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]

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 (...)


Follow Ups:



Post a Followup

Name:
E-Mail:

Subject:

Comments:

Optional Link URL:
Link Title:
Optional Image URL:


[ Follow Ups ] [ Post Followup ] [ CS1704 Discussion WWWBoard ] [ FAQ ]