errno.h

This header file just declared two constants, that are used as error indicators in the global variable errno.

 
 extern int errno; 
  #define EDOM -1 
  #define ERANGE -2