Hacker News new | past | comments | ask | show | jobs | submit login

C does not have an interpreter (well, the most used implementations don't) but often has a runtime (libc). It's really a runtime and not just a library, because a C compiler can insert calls to its functions even if they aren't part of your code at all, like here : https://gcc.godbolt.org/z/_w78qd



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: