Added a test for MUIA_Listview_SelectChange.
[AROS.git] / rom / filesys / pfs3 / fs / ass_protos.h
blob1947a7429f420949d81162dc1c0462da4005c13f
1 /* Prototypes for functions defined in
2 AssRoutines.asm
3 */
4 void InitStack(void);
5 void AfsDie(void);
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 *);
12 #ifndef __SASC
13 int stcd_i(const char *in, int *ivalue);
14 int stcu_d(char *out, unsigned int val);
15 #endif