.TH "avr_assert" 3avr "Fri Jan 1 2021" "Version 2.0.0" "avr-libc" \" -*- nroff -*- .ad l .nh .SH NAME avr_assert \- : Diagnostics .SH SYNOPSIS .br .PP .SH "Detailed Description" .PP .PP .nf #include .fi .PP .PP This header file defines a debugging aid\&. .PP As there is no standard error output stream available for many applications using this library, the generation of a printable error message is not enabled by default\&. These messages will only be generated if the application defines the macro .PP .PP .nf __ASSERT_USE_STDERR .fi .PP .PP before including the \fC<\fBassert\&.h\fP>\fP header file\&. By default, only \fBabort()\fP will be called to halt the application\&. .SH "Author" .PP Generated automatically by Doxygen for avr-libc from the source code\&.