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

errno-value Function

Summary

Returns the current value of the POSIX variable errno.

Package

lispworks

Signature

errno-value => value

Values
value
The current value of errno.
Description

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

Notes

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

Examples
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 - 01 Dec 2021 19:30:41