ultrix man page for assert

Query: assert

OS: ultrix

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

assert(3)						     Library Functions Manual							 assert(3)

Name
       assert - program verification

Syntax
       #include <assert.h>

       assert(expression)

Description
       The macro indicates expression is expected to be true at this point in the program.  It causes an with a diagnostic comment on the standard
       error when expression is false (0).  Compiling with the option -DNDEBUG effectively deletes from the program.

Diagnostics
       `Assertion failed: a, file f n'.  The a is the assertion that failed; f is the source file and n the source line number of the statement.

																	 assert(3)
Related Man Pages
assert(3) - linux
assert(3) - redhat
assert(3) - debian
assert(3) - osf1
assert.h(3head) - centos
Similar Topics in the Unix Linux Community
FEST-Assert 0.8 (Default branch)
FEST-Assert 0.9 (Default branch)
FEST-Assert 1.0a1 (Default branch)
Fork thread, Assertion failed. X11.
Can't debug: assert error with gdb (no problem without)