1: # include   <sccs.h>
   2: 
   3: SCCSID(@(#)tTf.c	8.1	12/31/84)
   4: 
   5: tTf(m, n)
   6: {
   7:     extern char tTany;
   8:     extern short    *tT;
   9: 
  10:     if (!tTany)
  11:         return (0);
  12:     if (n < 0)
  13:         return (tT[m]);
  14:     else
  15:         return ((tT[m] >> n) & 01);
  16: }

Defined functions

tTf defined in line 3; never used
Last modified: 1986-04-17
Generated: 2016-12-26
Generated by src2html V0.67
page hit count: 393
Valid CSS Valid XHTML 1.0 Strict