Hacker News new | ask | show | jobs
by lttlrck 4843 days ago
That's stdlib though, not the language.
1 comments

The standard library is part of the language - all hosted implementations must provide it.

This allows, for example, compilers to replace a `memcpy()` call that has a constant size argument with direct loads/stores.