chiark / gitweb /
Initial revision
[ssr] / StraySrc / Libraries / Sapphire / csapph / h / progInfo
1 /*
2  * progInfo.h
3  *
4  * [Generated from progInfo, 25 September 1996]
5  */
6
7 #if !defined(__CC_NORCROFT) || !defined(__arm)
8   #error You must use the Norcroft ARM Compiler for Sapphire programs
9 #endif
10
11 #pragma include_only_once
12 #pragma force_top_level
13
14 #ifndef __progInfo_h
15 #define __progInfo_h
16
17 #ifndef __sapphire_h
18   #include "sapphire.h"
19 #endif
20
21 /*----- Overview ----------------------------------------------------------*
22  *
23  * Functions provided:
24  *
25  *  progInfo
26  */
27
28 /* --- progInfo --- *
29  *
30  * On entry:    R0 == pointer to purpose string
31  *              R1 == pointer to author string
32  *              R2 == pointer to version string
33  *
34  * On exit:     May return an error
35  *
36  * Use:         Displays an `About this program' dialogue box on the screen.
37  */
38
39 extern routine progInfo;
40
41 /*----- That's all, folks -------------------------------------------------*/
42
43 #endif