Is it possible to compile a c program without the c runtime library that is usually linked automatically by the compiler.
I know this library provides basic routines that are os-dependent but, can a program run without it, if so, how can I unlink this library?