Handbook
Glossary
libc-error ( errno message -- * )
Vocabulary
libc
Definition
IN:
libc
ERROR:
libc-error
errno message
;
Methods
USING:
accessors
debugger
io
kernel
libc
prettyprint
;
M:
libc-error
error.
"Unix system call failed:"
print
nl
dup
message>>
write
" ("
write
errno>>
pprint
")"
print
;