Matches in DBpedia 2014 for { <http://dbpedia.org/resource/Crt0> ?p ?o. }
Showing items 1 to 14 of
14
with 100 items per page.
- Crt0 abstract "crt0 (also known as c0) is a set of execution startup routines linked into a C program which perform any initialization work required before calling the program's main function. It generally takes the form of an object file called crt0.o, often written in assembly language, which is automatically included by the linker into every executable file it builds.crt0 contains the most basic parts of the runtime library. As such, the exact work it performs depends on the program's compiler, operating system and C standard library implementation. Beside the initialization work required by the environment and toolchain, crt0 can perform additional operations defined by the programmer, such as executing global constructors in C++ and C functions carrying the GCC's ((constructor)) attribute."crt" stands for "C runtime" (the zero stands for "the very beginning"). However, when compiling using GCC, it is also used for languages other than C.Alternative versions of crt0 are available for special situations. For example, the profiler gprof requires its programs to be compiled with gcrt0.".
- Crt0 wikiPageExternalLink linuxProgramStartup.html.
- Crt0 wikiPageExternalLink 025943.html.
- Crt0 wikiPageID "6727540".
- Crt0 wikiPageRevisionID "605313906".
- Crt0 hasPhotoCollection Crt0.
- Crt0 subject Category:C_standard_library.
- Crt0 comment "crt0 (also known as c0) is a set of execution startup routines linked into a C program which perform any initialization work required before calling the program's main function. It generally takes the form of an object file called crt0.o, often written in assembly language, which is automatically included by the linker into every executable file it builds.crt0 contains the most basic parts of the runtime library.".
- Crt0 label "Crt0".
- Crt0 sameAs m.0gkv4r.
- Crt0 sameAs Q5189740.
- Crt0 sameAs Q5189740.
- Crt0 wasDerivedFrom Crt0?oldid=605313906.
- Crt0 isPrimaryTopicOf Crt0.