linux中,C程式第一個執行的並不是main()函式

lawzjf發表於2008-11-11

It's also important to note that with C applications, main() isn't really the first function to be executed. Functions that get executed before main() include __libc_start_main(), _start(), and __libc_csu_init().

-----Self-Service Linux®: Mastering the Art of Problem Determination

[@more@]

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/37724/viewspace-1013234/,如需轉載,請註明出處,否則將追究法律責任。

相關文章