home *** CD-ROM | disk | FTP | other *** search
- /*
- * riscos.h
- * Copyright © 1992 Niklas Röjemo
- */
-
- #ifndef _riscos_h
- #define _riscos_h
-
- #include "os.h"
-
-
- #define ThrowbackInfo -1
- #define ThrowbackWarning 0
- #define ThrowbackError 1
- #define ThrowbackSeriousError 2
-
- os_error *ThrowbackStart(void);
- os_error *ThrowbackSendStart(char *filename);
- os_error *ThrowbackSendError(int level,int lineno,char *error);
- os_error *ThrowbackEnd(void);
-
- #endif
-