Generated from ./rt/Source/rbt_assert.h with ROBODoc v4.0.18 on Mon Jan 19 22:49:19 2004

Assert/RBT_Assert

FUNCTION

   Assert that an expression has a non-zero value.  You use this
   function to write your testcases.  This function is a macro that
   points to RBT_Assert_Func().

INPUTS

   o expression -- the expression to test

SOURCE

    #define RBT_Assert( expression ) RBT_Assert_Func( __LINE__, __FILE__, #expression, expression )