home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / listings / v_08_07 / 8n07025a < prev    next >
Text File  |  1990-06-19  |  153b  |  9 lines

  1.  
  2. if(!(value == 20)) {
  3.     fprintf((&_streams[2]),
  4.         "Assertion failed: %s, file %s, line %d\n",
  5.         "value == 20", "test1.c", 11);
  6.     abort();
  7. }
  8.  
  9.