home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_100 / 163_01 / assert.h < prev    next >
Text File  |  1987-06-03  |  128b  |  5 lines

  1. /*
  2. ** header file for "assert" -- program verification
  3. */
  4. extern int assert();
  5.