|
|
researchv10 Norman
#ifdef TRACE
tTf()
{
return(0);
}
#endif
bmove(f, t, n)
register char *f, *t;
register int n;
{
do
*t++ = *f++;
while(--n);
return(t);
}
syserr(s, a, b, c, d, e, f)
{
printf(s, a, b, c, d, e, f);
exit(1);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.