errno.h

This header file declares two constants used as error indicators in the global variable errno.

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