home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c160 / 1.ddi / SOURCE / I4TYPE.C < prev    next >
Encoding:
C/C++ Source or Header  |  1990-06-22  |  224 b   |  14 lines

  1.  
  2. /* i4type.c   (c)Copyright Sequiter Software Inc., 1987-1990.  All rights reserved.
  3. */
  4.  
  5. #include "d4all.h"
  6.  
  7. extern  INDEX  *v4index ;
  8.  
  9. char i4type( int index_ref )
  10. {
  11.    return( v4index[index_ref].i_type ) ;
  12. }
  13.  
  14.