|
|
|
|
|
by justincormack
1122 days ago
|
|
That is somewhat conflating the calling convention and the runtime - C really doesn't have much that you can call a runtime outside the calling convention, although some libraries (eg pthreads say) have a little runtime which matters in practise for integrations, but these are libraries not parts of the language itself. |
|
It's a very small runtime, but all the code before main is properly runtime initiation