All Manuals > LispWorks User Guide and Reference Manual > 40 The LISPWORKS Package

NextPrevUpTopContentsIndex

errno-value

Function
Summary

Returns the current value of the UNIX variable errno.

Package

lispworks

Signature

errno-value => value

Arguments

None.

Values

value

The current value of errno.

Description

The function errno-value returns the current value of the UNIX variable errno.

Notes

errno-value is implemented only on non-Windows platforms.

Example
USER 10 > (errno-value) 
2
USER 11 > (get-unix-error 2) 
"no such file or directory"
See also

get-unix-error


LispWorks User Guide and Reference Manual - 20 Sep 2017

NextPrevUpTopContentsIndex