#unistd — Public Fediverse posts
Live and recent posts from across the Fediverse tagged #unistd, aggregated by home.social.
-
No need to define its own constants for the standard file descriptors, either. Gaining <unistd.h> means that you gain STDERR_FILENO, STDIN_FILENO, et al..
That 'extern int errno' is actually wrong and needs to come out. A well known thing to change, that is.
That's all I spotted from a quick shufti. There's probably something more in the string handling. Code from that period often wasn't good with strings. I've not looked, though.