Annotation of 41BSD/lib/libpc/ASRT.c, revision 1.1.1.1

1.1       root        1: /* Copyright (c) 1979 Regents of the University of California */
                      2: 
                      3: static char sccsid[] = "@(#)ASRT.c 1.1 10/29/80";
                      4: 
                      5: #include "h01errs.h"
                      6: 
                      7: ASRT(cond, stmt)
                      8: 
                      9:        short   cond;
                     10:        char    *stmt;
                     11: {
                     12:        if (cond)
                     13:                return;
                     14:        ERROR(EASRT, stmt);
                     15: }

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.