1 /* Prototypes for functions defined in
6 void myStackSwap (struct StackSwapStruct
*);
7 ULONG
divide(UWORD
, UWORD
);
8 void ctodstr(void *, void *);
9 void intltoupper(void *);
10 BOOL
intlcmp(void*, void *);
11 BOOL
intlcdcmp(void*, void *);
13 int stcd_i(const char *in
, int *ivalue
);
14 int stcu_d(char *out
, unsigned int val
);