出典:Wikipedia
出典:『Wikipedia』 (2011/04/19 11:31 UTC 版)
crt0 (also known as c0) is a set of execution startup routines compiled into a program which perform any initialization work required before calling the program's main function. The work performed by crt0 depends on the program's language, compiler, operating system and C standard library implementation.