IERRNO — Get the last system error number#

IERRNO()#

Returns the last system error number, as given by the C errno variable.

Returns:

The return value is of type INTEGER and of the default integer kind.

Standard:

GNU extension

Class:

Function

Syntax:
RESULT = IERRNO()
Arguments:

None

See also:

PERROR — Print system error message