Y
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
AnIdiotOnTheNet
2646 days ago
The C stdlib is so married to POSIX they may as well be the same thing.
link
pjmlp
2646 days ago
Actually no, go read ISO C and compare it with POSIX expectations.
link
saagarjha
2646 days ago
…on UNIX systems. C is still a thing for other platforms e.g. embedded where POSIX is not a thing.
link