|
|
BSD 4.2
/* Copyright (c) 1982 Regents of the University of California */
static char sccsid[] = "@(#)ASRTS.c 1.1 11/12/82";
char EASRTS[] = "Assertion failed: %s\n";
ASRTS(cond, stmt)
short cond;
char *stmt;
{
if (cond)
return;
ERROR(EASRTS, stmt);
return;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.