Hacker News new | ask | show | jobs
by AnIdiotOnTheNet 2646 days ago
The C stdlib is so married to POSIX they may as well be the same thing.
2 comments

Actually no, go read ISO C and compare it with POSIX expectations.
…on UNIX systems. C is still a thing for other platforms e.g. embedded where POSIX is not a thing.