home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
RISC DISC 1
/
RISC_DISC_1.iso
/
pd_share
/
code
/
oslib
/
Examples
/
p2-099
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-03-30
|
223 b
|
13 lines
#include "osfscontrol.h"
char *fts (int fti)
{ static char file_type [9];
osfscontrol_read_file_type (fti,
(bits *) &file_type [0], (bits *) &file_type [4]);
file_type [8] = '\0';
return file_type;
}