|
|
BSD 4.3
# include <sccs.h>
SCCSID(@(#)tTf.c 8.1 12/31/84)
tTf(m, n)
{
extern char tTany;
extern short *tT;
if (!tTany)
return (0);
if (n < 0)
return (tT[m]);
else
return ((tT[m] >> n) & 01);
}
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.