bharaths_jois
Newbie level 6
- Joined
- Dec 28, 2006
- Messages
- 12
- Helped
- 0
- Reputation
- 0
- Reaction score
- 0
- Trophy points
- 1,281
- Location
- Bangalore,Karnataka,India
- Activity points
- 1,374
microchip __const_psvpage
Hi ppl, I have the following few questions
1. What is the prototype of main()? Is it compiler dependent?
2. Would seem like a vague question, but what will happen if I do have an exit out of the main() function in an embedded system, considering the main is called by ind_crt0 after initialization of the memory blocks, etc...?
3. Lets consider that the execution goes out of main (for the time being)... Is there anybody who would be willing to listen to what we return from main()?
Hi ppl, I have the following few questions
1. What is the prototype of main()? Is it compiler dependent?
2. Would seem like a vague question, but what will happen if I do have an exit out of the main() function in an embedded system, considering the main is called by ind_crt0 after initialization of the memory blocks, etc...?
3. Lets consider that the execution goes out of main (for the time being)... Is there anybody who would be willing to listen to what we return from main()?