8.152 IERRNO — Get the last system error number

Synopsis:

RESULT = IERRNO()

Description:

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

Class:

Function

Arguments:

None

Return value:

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

Standard:

GNU extension

See also:

PERROR — Print system error message