N
AME
errno
- return system error number
S
YNTAX
int errno();
D
ESCRIPTION
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.
S
EE
A
LSO
errno