System call error
When a system call discovers and error, it
returns -1 and stores the reason the called
failed in an external variable named "errno".
The "/usr/include/errno.h" file maps these
error numbers to manifest constants, and it
these constants that you should use in your
programs.
No comments:
Post a Comment