OWLNext    7.0
Borland's Object Windows Library for the modern age
Loading...
Searching...
No Matches
PRECONDITION

Syntax

#define PRECONDITION(condition)
Definition checks.h:227

Header File

checks.h

Description

Throws a PRECONDITION exception if <cond> equals 0. Use PRECONDITION on entry to a function to check the validity of the arguments and to do any other checking to determine if the function has been invoked correctly.