minix man page for assert

Query: assert

OS: minix

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
SYNOPSIS
#include <assert.h> void assert(int expression)
DESCRIPTION
Assert is a macro that indicates expression is expected to be true at this point in the program. It causes an abort(3) 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 "expression" failed: file f line n.' F is the source file and n the source line number of the assert statement. 7th Edition May 12, 1986 ASSERT(3)
Related Man Pages
assert(3c) - opensolaris
assert(3) - osf1
assert(3c) - sunos
assert(3) - xfree86
assert(3) - plan9
Similar Topics in the Unix Linux Community
FEST-Assert 0.8 (Default branch)
FEST-Assert 1.0a1 (Default branch)
SFTP error Assertion failed
FEST-Assert 1.0 (Default branch)
Can't debug: assert error with gdb (no problem without)