Tagged Questions
2
votes
3answers
287 views
Are all system call error numbers unique?
I'm writing a program for Systems Programming in Unix, and one of the requirements is to process all possible error returns from system calls.
So, rather than having a function tailored to each ...