error.3 (350B)
1 .TH error 3 2 .SH NAME 3 error \- syscall error codes 4 .SH SYNTAX 5 .B #include <error.h> 6 .br 7 .B #include <errno.h> 8 9 .SH DESCRIPTION 10 UNIX syscalls provide detailed error codes in the 11 .B errno 12 variable. 13 The 14 .B error 15 library provides portable names for a variety of possible 16 .B errno 17 values. Do not use in new code. 18 .SH "SEE ALSO" 19 error_str(3), 20 error_temp(3)