Function Reference
— Built-in Function: err = errno ()
— Built-in Function: err = errno (val)
— Built-in Function: err = errno (name)

Return the current value of the system-dependent variable errno, set its value to val and return the previous value, or return the named error code given name as a character string, or -1 if name is not found.