crypto.bi

Browsing Concept: errno

errno is an integer global variable in the C programming language. It stores the most recent error code produced in the system. errno is read in order to print error messages to the screen.

One publication found under errno
Iterate through all values of errno
Ever wondered about all the possible UNIX error messages? I wanted to see what all the possible errors are, so I wrote a little program which iterates through all possible valu...