@Girgias @ramsey @woozle @cptwtf @IceWolf
the C "runtime"... is a misnomer...
there is nothing "running" while a C-program is running.
there is crt0 which runs *before* the c-program runs..
and the other stdlibs are "not required".. and in fact people write c -programs ion embedded systems without them all the time.
They are libraries which are C-programs that you didn't write.
You are clearly taking a pedantic approach. We don't need to agree.
@oschonrock @Girgias @ramsey @cptwtf @IceWolf
I think we're using the word "runtime" in two different ways. Both statements are right, but they're talking about somewhat different things.