File size: 473 Bytes
78d2150 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | @node assert
@subsection @code{assert}
@findex assert
POSIX specification:@* @url{https://pubs.opengroup.org/onlinepubs/9799919799/functions/assert.html}
Gnulib module: ---
Portability problems fixed by Gnulib:
@itemize
@end itemize
Portability problems not fixed by Gnulib:
@itemize
@end itemize
@mindex assert
Extension: Gnulib offers a module @samp{assert} that allows the installer to
disable assertions through a @samp{configure} option: @samp{--disable-assert}.
|