home *** CD-ROM | disk | FTP | other *** search
- /* 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 */
-