Hacker News new | ask | show | jobs
by thatsnotc 1557 days ago
C provides an API, not an ABI.

The compiler provides a mapping from the stable, (relatively) portable, well-defined API -> the unstable, non-portable, ill-defined ABI of the host system.