Returns the current value of the POSIX variable errno
.
lispworks
errno-value => value
value |
The current value of errno . |
The function errno-value
returns the current value of the POSIX variable errno
.
errno-value
is implemented only on non-Windows platforms.
USER 10 > (errno-value) 2
USER 11 > (get-unix-error 2) "no such file or directory"
LispWorks® User Guide and Reference Manual - 01 Dec 2021 19:30:41