Hacker News new | ask | show | jobs
by pjmlp 3558 days ago
I think of POSIX as the actual C runtime.
1 comments

Isn't POSIX just a specification?
Yes, just like ANSI C is one.

The point being that ANSI C didn't took the rest of UNIX APIs to other OSes as part of the specification, but in the end most OSes that adopted C ended up having to support POSIX as well as a means to have some kind of usable C library common across OSes.