chiark / gitweb /
Initial revision
[ssr] / StraySrc / Libraries / Sapphire / csapph / h / dynPtr
1 /*
2  * dynPtr.h
3  *
4  * [Generated from dynPtr, 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 __dynPtr_h
15 #define __dynPtr_h
16
17 #ifndef __sapphire_h
18   #include "sapphire.h"
19 #endif
20
21 /*----- Overview ----------------------------------------------------------*
22  *
23  * Functions provided:
24  *
25  *  dynPtr_change
26  */
27
28 /* --- dynPtr_change --- *
29  *
30  * On entry:    R0 == pointer to string to use
31  *              R1 == pointer to pointer name
32  *              R2 == x hot spot
33  *              R3 == y hot spot
34  *
35  * On exit:     --
36  *
37  * Use:         Attaches a string to the default pointer shape.
38  */
39
40 extern routine dynPtr_change;
41
42 /*----- That's all, folks -------------------------------------------------*/
43
44 #endif