Next: IMAGE_INDEX, Previous: IEOR, Up: Intrinsic Procedures [Contents][Index]
IERRNO
— Get the last system error numberReturns the last system error number, as given by the C errno
variable.
GNU extension
Function
RESULT = IERRNO()
None.
The return value is of type INTEGER
and of the default integer
kind.