NAME
errno - return system error number

SYNTAX
int errno();

DESCRIPTION
This function returns the system error from the last file operation. Note that you should normally use the function errno in the file object instead.

SEE ALSO
errno