home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Acorn User 11
/
AUCD11B.iso
/
LANGUAGES
/
WraithSet
/
AwkStuff
/
MawkSrc
/
h
/
sys
< prev
next >
Wrap
Text File
|
1999-10-27
|
501b
|
10 lines
/* sys.h */
/* RISC OS extensions - GCW 15/9/99 */
extern char *getvarval(char *); /* read string value of a system variable */
extern unsigned int ftype(char *); /* read numeric filetype */
extern int exist(char *); /* return 0 if object does not exist
1 if a file
2 if a directory
3 if an image file */
extern int iflater(char *, char *); /* compare filestamps */