v7 man page for assert

Query: assert

OS: v7

Section: 3x

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

ASSERT(3X)																ASSERT(3X)

NAME
assert - program verification
SYNOPSIS
#include <assert.h> assert (expression)
DESCRIPTION
Assert is a macro that indicates expression is expected to be true at this point in the program. It causes an exit(2) with a diagnostic comment on the standard output when expression is false(0). Compiling with the cc(1) option -DNDEBUG effectively deletes assert from the program.
DIAGNOSTICS
`Assertion failed: file f line n.' F is the source file and n the source line number of the assert statement. ASSERT(3X)
Related Man Pages
assert.h(3head) - opensolaris
assert(3) - redhat
assert(3) - netbsd
assert(3c) - sunos
assert(3) - opendarwin
Similar Topics in the Unix Linux Community
FEST-Assert 0.8 (Default branch)
SFTP error Assertion failed
FCC looks at ways to assert authority over Web access
Fork thread, Assertion failed. X11.
Can't debug: assert error with gdb (no problem without)