|
|
BSD 4.3
/* Copyright (c) 1979 Regents of the University of California */
static char sccsid[] = "@(#)SUBSCZ.c 1.4 11/12/82";
extern char ESUBSC[]; /* ESUBSC is defined in SUBSCZ.c */
long
SUBSCZ(value, upper)
long value;
unsigned long upper;
{
if (value > upper) {
ERROR(ESUBSC, value);
return;
}
return value;
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.