1: /* Copyright (c) 1982 Regents of the University of California */
   2: 
   3: static char sccsid[] = "@(#)ASRTS.c 1.1 11/12/82";
   4: 
   5: char EASRTS[] = "Assertion failed: %s\n";
   6: 
   7: ASRTS(cond, stmt)
   8:     short   cond;
   9:     char    *stmt;
  10: {
  11:     if (cond)
  12:         return;
  13:     ERROR(EASRTS, stmt);
  14:     return;
  15: }

Defined functions

ASRTS defined in line 7; used 1 times

Defined variables

EASRTS defined in line 5; used 1 times
  • in line 13
sccsid defined in line 3; never used
Last modified: 1983-02-01
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 712
Valid CSS Valid XHTML 1.0 Strict