Managing error codes.
getErrno : HasIO io => io Int
Fetch libc `errno` global variable.
strerror : Int -> String
Convert numeric `errno` to string.