C Language and Libraries Help (clang.hlp) (Table of Contents; Topic list)
assert
 Description Example                     Up Contents Index Back
─────Run-Time Library───────────────────────────────────────────────────────
 
  Include:   <assert.h>, <stdio.h>
 
  Syntax:    void assert( int expression );
 
  See also:  abort
                                    -♦-