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

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