Hacker News new | ask | show | jobs
by caf 4844 days ago
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.