On Sat, May 24, 2008 at 3:26 PM, odbapsvm <[EMAIL PROTECTED]> wrote: > Can someone tell me where the main function is > defined? Is it in one of the header files > or some special file that the compiler automatically > loads every time you start the compiler?
Check the C standard (free drafts are available via the web pages for this Yahoo Group): http://tech.groups.yahoo.com/group/c-prog/links/Standards_001012496381/ It will give you details on what main is for and how it used in hosted implementations -- Brett ------------------------------------------------------------ "In the rhythm of music a secret is hidden; If I were to divulge it, it would overturn the world." -- Jelaleddin Rumi
