| avr_errno(3avr) | avr_errno(3avr) |
avr_errno - <errno.h>: System Errors
#define EDOM 33
#define ERANGE 34
int errno
#include <errno.h>
Some functions in the library set the global variable errno when an error occurs. The file, <errno.h>, provides symbolic names for various error codes.
Domain error.
Range error.
Error code for last error encountered by library. The variable errno holds the last error code encountered by a library function. This variable must be cleared by the user prior to calling a library function.
Warning
Generated automatically by Doxygen for AVR-LibC from the source code.
| Version 2.2.1 | AVR-LibC |