home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Liren Large Software Subsidy 7
/
07.iso
/
c
/
c160
/
1.ddi
/
SOURCE
/
I4TYPE.C
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1990-06-22
|
224 b
|
14 lines
/* i4type.c (c)Copyright Sequiter Software Inc., 1987-1990. All rights reserved.
*/
#include "d4all.h"
extern INDEX *v4index ;
char i4type( int index_ref )
{
return( v4index[index_ref].i_type ) ;
}