errno(3) - Linux man page
Name
errno - number of last error
Synopsis
#include
Description
The header file defines the integer variable errno, which is set by system calls and some library functions in the event of an error to indicate what went wrong. Its value is significant only when the return value of the call indicated an error (i.e., -
(
Read more... )