Yes, but the compiler is not usually creating the code that goes before main as part of building the application itself. It is, rather, a part of the C library, which may not even be part of the compiler distribution (for example gcc doesn't normally come with glibc, but it does link to glibc).
--
Mats


