1 .\" This file is part of the Public Domain C Library (PDCLib).
\r
2 .\" Permission is granted to use, modify, and / or redistribute at will.
\r
10 .Nd verify program assertion
\r
18 shall define one macro:
\r
19 .Dv assert(<scalar expression>) .
\r
23 was undefined at the most recent inclusion of this header, then it shall be
\r
24 defined as a macro which will evaluate the scalar expression and, if it is
\r
25 false, abort the program with a descriptive error message as defined in
\r
31 was defined at the most recent inclusion of this header, then it shall be
\r
32 defined as a macro which evaluates as a void expression and
\r
34 evaluate its parameter.
\r