Hacker News new | ask | show | jobs
by Crinus 2646 days ago
POSIX != C and from what i understand from the official docs, they already have a (musl derived, even) C library.
1 comments

The C stdlib is so married to POSIX they may as well be the same thing.
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.