×
errno.h

errno.h

errno.h is a header file in the standard library of the C programming language. It defines macros for reporting and retrieving error conditions using the symbol errno. errno acts like an integer variable. A value is stored in errno by certain... Wikipedia